feat: #10000 接口调用域名修改

This commit is contained in:
赵世界 2022-08-08 14:20:54 +08:00
parent a1e93f54e4
commit 7bd32293a6

View File

@ -109,7 +109,7 @@ class KuaiTuanTuan extends BusinessClient
return strtoupper(md5($str));
}
public function doRequest($type, $appendParams = [], $url = 'http://gw-api.pinduoduo.com/api/router')
public function doRequest($type, $appendParams = [], $url = 'https://gw-api.pinduoduo.com/api/router')
{
$publicParams = [
'type' => $type,