...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|