|
@@ -1769,7 +1769,7 @@ class After extends Base
|
|
|
// "is_activity"=>0,
|
|
|
// "proof_id"=>0,
|
|
|
"order_type" => 3,
|
|
|
- "order_source" => 2,//2咨询
|
|
|
+ "order_source" => 6,//6售后补换货
|
|
|
// 'good_weight'=>$zxinfo['good_weight'],
|
|
|
// 'gold_price'=>$zxinfo['gold_price'],
|
|
|
// 'cost_price'=>$zxinfo['sale_cost_fee'],
|
|
@@ -1777,6 +1777,7 @@ class After extends Base
|
|
|
// 'diff_fee'=>0,
|
|
|
"addtime" => date("Y-m-d H:i:s"),
|
|
|
"updatetime" => date("Y-m-d H:i:s"),
|
|
|
+ 'returnCode' => $info['returnCode'],
|
|
|
// 'total_price' => round($sale_price * $good_num, 2),
|
|
|
// 'workNo'=>$workNo,
|
|
|
]);
|