cqp 2 bulan lalu
induk
melakukan
96cffe46ec
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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]);