mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-26 00:19:17 +08:00
[更新]更新公众号接口地址
This commit is contained in:
parent
e1d07d4238
commit
de52938bde
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user