We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
该接口 功能描述为 : 根据productid在指定时间段下所有版本下的启动次数、活跃用户数、新用户数、平均使用时长、累计用户数、累计启动次数。 但是 我看到具体实现 并不是指定时间段 而是 两个时间点,部分代码如下:
$versionname=$this->getversionbyproductid($productid); $content=array(); $fromret = $this->getdetailversion($productid, $fromtime); $toret = $this->getdetailversion($productid, $totime);
不是很明白这样意义何在 这也就是查询两个时间点 产品对应各个版本的数据
The text was updated successfully, but these errors were encountered:
No branches or pull requests
该接口 功能描述为 :
根据productid在指定时间段下所有版本下的启动次数、活跃用户数、新用户数、平均使用时长、累计用户数、累计启动次数。
但是 我看到具体实现 并不是指定时间段 而是 两个时间点,部分代码如下:
不是很明白这样意义何在
这也就是查询两个时间点 产品对应各个版本的数据
The text was updated successfully, but these errors were encountered: