Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于Cobub Razor API 手册--getbasicdatabyversion获取基础数据(按版本划分) #170

Open
onerentop opened this issue Nov 26, 2019 · 0 comments

Comments

@onerentop
Copy link

该接口 功能描述为 :
根据productid在指定时间段下所有版本下的启动次数、活跃用户数、新用户数、平均使用时长、累计用户数、累计启动次数。
但是 我看到具体实现 并不是指定时间段 而是 两个时间点,部分代码如下:

	$versionname=$this->getversionbyproductid($productid);
	$content=array();
	$fromret = $this->getdetailversion($productid, $fromtime);
	$toret   = $this->getdetailversion($productid, $totime);

不是很明白这样意义何在
这也就是查询两个时间点 产品对应各个版本的数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant