作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

接收推送消息

@@ -30,6 +30,7 @@ class LoadController extends HomeBaseController @@ -30,6 +30,7 @@ class LoadController extends HomeBaseController
30 30
31 dump(cache('param')); 31 dump(cache('param'));
32 dump(cache('result')); 32 dump(cache('result'));
  33 + dump(cache('result_data'));
33 dump(cache('data')); 34 dump(cache('data'));
34 } 35 }
35 public function notify(){ 36 public function notify(){
@@ -43,7 +44,7 @@ class LoadController extends HomeBaseController @@ -43,7 +44,7 @@ class LoadController extends HomeBaseController
43 } 44 }
44 $result = json_decode($RequestData,true); 45 $result = json_decode($RequestData,true);
45 cache('result',$result); 46 cache('result',$result);
46 - cache('result_data',$result['data']); 47 + cache('result_data',$result['Data']);
47 $indentModel = new IndentModel(); 48 $indentModel = new IndentModel();
48 foreach($result['Data'] as $key => $vo){ 49 foreach($result['Data'] as $key => $vo){
49 $indent = $indentModel->findData(['logistic_code'=>$vo['LogisticCode']]); 50 $indent = $indentModel->findData(['logistic_code'=>$vo['LogisticCode']]);