From 911a1ca13341cb5a1d1ee80257a9fef4ecc0c1a1 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Mon, 6 May 2024 22:28:42 +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 48ac28b0..0f13aa3a 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -142,7 +142,6 @@ class Server public function applySetOrderPathInfo(array $appid, string $path = 'pages/order/index') { $token = $this->getComponentAccessToken(); - $data['access_token'] = $token; $data['batch_req'] = [ 'path' => $path, 'appid_list' => $appid,