|
@@ -38,14 +38,8 @@ class Model_express_tt extends Lin_Model {
|
|
|
return $res1;
|
|
return $res1;
|
|
|
}
|
|
}
|
|
|
$res2 = $this->downloadExpressLabel($res['data'],$shop_info[0]);
|
|
$res2 = $this->downloadExpressLabel($res['data'],$shop_info[0]);
|
|
|
- if($res2['x'] == 0){
|
|
|
|
|
- return $res2;
|
|
|
|
|
- }
|
|
|
|
|
- return [
|
|
|
|
|
- 'x'=>1,
|
|
|
|
|
- 'msg'=>'获取成功',
|
|
|
|
|
- 'data'=>$info
|
|
|
|
|
- ];
|
|
|
|
|
|
|
+ return $res2;
|
|
|
|
|
+
|
|
|
}else if($type == 'FBT'){
|
|
}else if($type == 'FBT'){
|
|
|
$extra_text = json_decode($info['extra_text'],true);
|
|
$extra_text = json_decode($info['extra_text'],true);
|
|
|
if(empty($extra_text)){
|
|
if(empty($extra_text)){
|