|
@@ -261,6 +261,8 @@ class After extends \app\BaseController
|
|
|
// $info['addr'] = $wsmcode['addr'];//地址
|
|
|
$info['spuCode'] = $orderinfo['good_code'];//地址
|
|
|
$info['skuCode'] = $orderinfo['skuCode'];//地址
|
|
|
+ $info['return_tag'] = $info['return_tag']==0?"":$info['return_tag'];//地址
|
|
|
+ $info['is_th'] = $info['is_th']==0?"":$info['is_th'];//地址
|
|
|
|
|
|
return app_show(0,"获取成功",$info);
|
|
|
}
|