|
|
|
@ -145,6 +145,7 @@ class OrderController extends Controller |
|
|
|
'picture' => $ap->product->picture, |
|
|
|
'agent_product_id' => $ap->id, |
|
|
|
'product_id' => $ap->product_id, |
|
|
|
'product_ids' => $ap->product->product_ids, |
|
|
|
'status' => $formData['pay_type'] == 3 ? Status::OFFLINE_UNPAID : Status::UNPAID, |
|
|
|
'pay_type' => $formData['pay_type'], |
|
|
|
'coupon_id' => join(',', $coupon_ids), |
|
|
|
|