瀏覽代碼

test - mt

liugc 1 年之前
父節點
當前提交
ab5a2fcd6c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/api/controller/notify/MeiTuanNotifyController.php

+ 3 - 0
app/api/controller/notify/MeiTuanNotifyController.php

@@ -207,6 +207,9 @@ class MeiTuanNotifyController extends BaseApiController
 
     public function notify5810009()
     {
+
+        http_request('https://developer.kyjlkj.com/platf/kaidianbao/inventory',http_build_query($this->request->param()));
+
         Log::write('到家行业库存查询:'.json_encode($this->request->param(),JSON_UNESCAPED_UNICODE));
     }