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