Skip to content

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

@onerentop

Description

@onerentop

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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions