正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -159,7 +159,7 @@ class BirdController extends HomeBaseController | @@ -159,7 +159,7 @@ class BirdController extends HomeBaseController | ||
159 | $jsonResult = $this->getOrderTracesByJson($indent['order_number'],$indent['logistic_code']); | 159 | $jsonResult = $this->getOrderTracesByJson($indent['order_number'],$indent['logistic_code']); |
160 | $result = json_decode($jsonResult,true); | 160 | $result = json_decode($jsonResult,true); |
161 | if($result['Success'] == true){ | 161 | if($result['Success'] == true){ |
162 | - return ['code'=>20000,'msg'=>'SUCCESS','data'=>['state'=>$result['State'],'traces'=>$result['Traces']]];//订单轨迹 | 162 | + return dump(['code'=>20000,'msg'=>'SUCCESS','data'=>['state'=>$result['State'],'traces'=>$result['Traces']]]);//订单轨迹 |
163 | }else{ | 163 | }else{ |
164 | return ['code'=>40000,'msg'=>$result['Reason']]; | 164 | return ['code'=>40000,'msg'=>$result['Reason']]; |
165 | } | 165 | } |
-
请 注册 或 登录 后发表评论