wang hou sheng 8 months ago
parent 1836d9589b
commit d82f097a7e
  1. 1
      app/common/library/wxserver/Server.php

@ -559,6 +559,7 @@ class Server
$data['auditid'] = $auditid;
$result = $this->curlPost($url, json_encode($data));
$result = json_decode($result, true);
return $result;
if (!empty($result) && intval($result['errcode']) == 0 && isset($result['status'])) {
$status = intval($result['status']);
$up = [];

Loading…
Cancel
Save