@@ -464,7 +464,7 @@ class DouShopService extends Service
}
//发送请求
- public function post_helper($url, $data, $timeout = 20){
+ public function post_dou($url, $data, $timeout = 20){
$header = array("Content-type:application/json;charset='utf-8'");
Log::channel('apiLog')->info('抖店POST', ["api" => $url , "param" => $data ,"header" => $header]);