Commit a8c485f9 by 冷斌

fix bug

parent aa4ba6fc
......@@ -449,6 +449,8 @@ class MainController extends AdminbaseController {
}
/* 获取App新增用户数 */
function getNewUsers($appkey,$start,$end,$periodType){
var_dump($appkey,$start,$end,$periodType);
die;
$data=[
'appkey'=>$appkey,
'startDate'=>$start,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment