新增报错提示
This commit is contained in:
parent
69cc28c0d4
commit
9cd1395a0a
@ -85,6 +85,9 @@ class StoreController extends BaseApiController
|
|||||||
$find['real_name']=$params['real_name'];
|
$find['real_name']=$params['real_name'];
|
||||||
$find->save();
|
$find->save();
|
||||||
}
|
}
|
||||||
|
if($find === false){
|
||||||
|
return $this->fail(UserUserLogic::getError());
|
||||||
|
}
|
||||||
if($recharge_type!='INDUSTRYMEMBERS'){
|
if($recharge_type!='INDUSTRYMEMBERS'){
|
||||||
return $this->success('添加用户成功');
|
return $this->success('添加用户成功');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user