Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
7f2eb11b55
@ -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