|
@@ -1391,6 +1391,7 @@ class After extends Base
|
|
|
// "post_fee" => 0,
|
|
|
// "status" => 0,
|
|
|
"th_num" => 0,
|
|
|
+ "th_fee" => 0,//退货金额为0
|
|
|
"send_num" => 0,
|
|
|
"wsend_num" => $good_num,
|
|
|
// "send_status" => 0,
|
|
@@ -1751,6 +1752,7 @@ class After extends Base
|
|
|
"status" => 0,
|
|
|
"send_status" => 0,
|
|
|
"th_num" => 0,
|
|
|
+ "th_fee" => 0,//退货金额为0
|
|
|
"send_num" => 0,
|
|
|
"wsend_num" => $good_num,
|
|
|
// "send_status"=>1,
|