wang hou sheng 8 months ago
parent 76e108040c
commit ba507edcb8
  1. 2
      app/common/library/wxserver/Server.php

@ -525,7 +525,7 @@ class Server
$model = new WxserverAccount();
$up['audit_status'] = 1;
$up['audit_time'] = date('Y-m-d H:i:s');
$up['audit_id'] = $result['auditid'];
$up['auditid'] = $result['auditid'];
$model->update($up, ['appid' => $appid]);
return true;
}

Loading…
Cancel
Save