This commit is contained in:
mkm 2024-06-26 18:07:50 +08:00
commit 7f2eb11b55

View File

@ -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('添加用户成功');
} }