更新
This commit is contained in:
parent
23bbc558f9
commit
1ce53203f3
@ -164,6 +164,8 @@ class IndexController extends BaseApiController
|
||||
Log::info('notifyAuthentication', $parmas);
|
||||
if ($parmas) {
|
||||
Company::where('id',$parmas['id'])->update(['is_authentication'=>1]);
|
||||
return json(['success' => true, 'msg' => '成功']);
|
||||
|
||||
}
|
||||
return json(['success' => false, 'msg' => '失败,没有参数']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user