wang hou sheng 9 months ago
parent 6367085c04
commit 0764692391
  1. 1
      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]);

Loading…
Cancel
Save