|
|
@@ -208,7 +208,6 @@ class UserLogic
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
-<<<<<<< HEAD
|
|
|
* 修改余额
|
|
|
* @param mixed $post
|
|
|
*/
|
|
|
@@ -323,8 +322,8 @@ class UserLogic
|
|
|
}
|
|
|
return true;
|
|
|
}
|
|
|
-=======
|
|
|
- * 注册用户数量统计
|
|
|
+
|
|
|
+ /* 注册用户数量统计
|
|
|
* @param string $time 时间节点如:2023-03-01
|
|
|
* @return mixed
|
|
|
* @throws \think\db\exception\DbException
|
|
|
@@ -349,5 +348,4 @@ class UserLogic
|
|
|
return Cache::get($cacheKey);
|
|
|
}
|
|
|
|
|
|
->>>>>>> c5ff168a3aa69b888c121b3ece7132efa8558a51
|
|
|
}
|