[更新]更新公众号接口地址

This commit is contained in:
Anyon 2018-03-13 19:24:49 +08:00
parent e1d07d4238
commit de52938bde

View File

@ -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);
}