|
|
@@ -79,6 +79,7 @@ class LoginLogic extends BaseLogic
|
|
|
throw new \Exception('该手机号后台审核中');
|
|
|
}
|
|
|
|
|
|
+ Log::info('params'.json_encode($params));
|
|
|
if(!$master->isEmpty() and $master->status==2){
|
|
|
$master->save([
|
|
|
'maintain_exp_type' => isset($params['maintain_exp_type'])?$params['maintain_exp_type']:0,
|