diff --git a/extend/service/WechatService.php b/extend/service/WechatService.php index 6250eee58..9382197c9 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 = "http://wm.cuci.cc/wechat/api.client/soap/{$token}.html"; + $location = "http://service.thinkadmin.top/wechat/api.client/soap/{$token}.html"; $params = ['uri' => strtolower($name), 'location' => $location, 'trace' => true]; return new SoapService(null, $params); }