Showing
1 changed file
with
1 additions
and
0 deletions
@@ -349,6 +349,7 @@ class CartData | @@ -349,6 +349,7 @@ class CartData | ||
349 | public static function orderSub($uid, $addressId, $cartType, $deliveryTime, $deliveryWay, $invoiceTitle, $invoiceId, $paymentId, $paymentType, $remark, $couponCode, $yohoCoin) | 349 | public static function orderSub($uid, $addressId, $cartType, $deliveryTime, $deliveryWay, $invoiceTitle, $invoiceId, $paymentId, $paymentType, $remark, $couponCode, $yohoCoin) |
350 | { | 350 | { |
351 | $param = Yohobuy::param(); | 351 | $param = Yohobuy::param(); |
352 | + $param['client_type'] = 'h5'; | ||
352 | $param['method'] = 'app.Shopping.submit'; | 353 | $param['method'] = 'app.Shopping.submit'; |
353 | $param['address_id'] = $addressId; | 354 | $param['address_id'] = $addressId; |
354 | $param['cart_type'] = $cartType; | 355 | $param['cart_type'] = $cartType; |
-
Please register or login to post a comment