cqp 2 月之前
父节点
当前提交
96cffe46ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/DouShopService.php

+ 1 - 1
app/Service/DouShopService.php

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