From 1ce53203f32d35ae90adca169eeeb4769da1243b Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 25 Aug 2023 10:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/IndexController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/controller/IndexController.php b/app/api/controller/IndexController.php index d432fc1bc..d831f7efa 100755 --- a/app/api/controller/IndexController.php +++ b/app/api/controller/IndexController.php @@ -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' => '失败,没有参数']); }