Browse Source

test - mt

liugc 1 year ago
parent
commit
ab5a2fcd6c
1 changed files with 3 additions and 0 deletions
  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));
     }