liugc 1 год назад
Родитель
Сommit
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));
     }