From 6367085c04b6308060f45994c6341f2e28ce0bed Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:42:40 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 2b859cc4..2b22707b 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -559,7 +559,6 @@ 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 = [];