...
|
...
|
@@ -212,9 +212,9 @@ class BirdController extends HomeBaseController |
|
|
$jsonResult = $this->orderTracesSubByJson($indent['order_number'],$indent['logistic_code'],$address);
|
|
|
$result = json_decode($jsonResult,true);
|
|
|
if(empty($result['Reason'])){
|
|
|
return dump($result);//订单轨迹
|
|
|
return ['code'=>20000,'msg'=>'SUCCESS'];//订单轨迹
|
|
|
}else{
|
|
|
return $result['Reason'];
|
|
|
return ['code'=>40000,'msg'=>$result['Reason']];
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|