From 076469239132d45e9a18f1721146762a7159e2d3 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:48:11 +0800 Subject: [PATCH] 11 --- app/common/library/wxserver/Server.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 2b22707b..888d6153 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -535,6 +535,7 @@ class Server if (!empty($result) && intval($result['errcode']) == 0 && !empty($result['auditid'])) { $model = new WxserverAccount(); $up['audit_status'] = 1; + $up['audit_reason'] = ''; $up['audit_time'] = date('Y-m-d H:i:s'); $up['auditid'] = $result['auditid']; $model->update($up, ['appid' => $appid]);