正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
@@ -216,6 +216,7 @@ class BirdController extends HomeBaseController | @@ -216,6 +216,7 @@ class BirdController extends HomeBaseController | ||
216 | 216 | ||
217 | $jsonResult = $this->orderTracesSubByJson($indent['order_number'],$indent['logistic_code'],$address); | 217 | $jsonResult = $this->orderTracesSubByJson($indent['order_number'],$indent['logistic_code'],$address); |
218 | $result = json_decode($jsonResult,true); | 218 | $result = json_decode($jsonResult,true); |
219 | + cache('b',$result); | ||
219 | if(empty($result['Reason'])){ | 220 | if(empty($result['Reason'])){ |
220 | return ['code'=>20000,'msg'=>'SUCCESS'];//订单轨迹 | 221 | return ['code'=>20000,'msg'=>'SUCCESS'];//订单轨迹 |
221 | }else{ | 222 | }else{ |
@@ -28,8 +28,9 @@ class LoadController extends HomeBaseController | @@ -28,8 +28,9 @@ class LoadController extends HomeBaseController | ||
28 | } | 28 | } |
29 | public function test(){ | 29 | public function test(){ |
30 | dump(cache('a1')); | 30 | dump(cache('a1')); |
31 | - dump(cache('dingyue1')); | ||
32 | dump(cache('yuyue1')); | 31 | dump(cache('yuyue1')); |
32 | + dump(cache('dingyue1')); | ||
33 | + dump(cache('b')); | ||
33 | } | 34 | } |
34 | public function notify(){ | 35 | public function notify(){ |
35 | $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType']; | 36 | $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType']; |
-
请 注册 或 登录 后发表评论