From 8bbb04a78237f386feaad838390680ab13190c78 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 13 Mar 2018 19:45:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9soap?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/WechatService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/service/WechatService.php b/extend/service/WechatService.php index 5aaff0c6d..a0589e1ac 100644 --- a/extend/service/WechatService.php +++ b/extend/service/WechatService.php @@ -57,7 +57,7 @@ class WechatService { list($appid, $appkey) = [sysconf('wechat_appid'), sysconf('wechat_appkey')]; $token = strtolower("{$name}-{$appid}-{$appkey}"); - $location = config('wechat.service_url') . "/wechat/api.client/soap/{$token}.html"; + $location = config('wechat.service_url') . "/wechat/api.client/soap/param/{$token}.html"; $params = ['uri' => strtolower($name), 'location' => $location, 'trace' => true]; return new SoapService(null, $params); }