作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

用户编号

... ... @@ -199,7 +199,7 @@ class HomeBaseController extends BaseController
}
public function number(){
$user_count = 10574;//Db::name('user')->where('user_type',2)->count();
$user_count = 124575;//Db::name('user')->where('user_type',2)->count();
if(count(str_split($user_count))>5){
return 99999;
}
... ...