...
|
...
|
@@ -631,14 +631,14 @@ class CartModel |
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 购物车结算--支付方式和配送方式选择以及是否使用YOHO币接口返回的数据处理
|
|
|
* 购物车结算--支付方式和配送方式选择以及是否使用有货币接口返回的数据处理
|
|
|
*
|
|
|
* @param int $uid 用户ID
|
|
|
* @param string $cartType 购物车类型,ordinary表示普通购物车
|
|
|
* @param int $deliveryWay 配送方式,1表示普通快递,2表示顺丰速运
|
|
|
* @param int $paymentType 支付方式,1表示在线支付,2表示货到付款
|
|
|
* @param string $couponCode 优惠券码
|
|
|
* @param mixed $yohoCoin 使用的YOHO币数量
|
|
|
* @param mixed $yohoCoin 使用的有货币数量
|
|
|
* @param string $skuList 购买限购商品时需要传递的参数
|
|
|
* @return array 接口返回的数据
|
|
|
*/
|
...
|
...
|
@@ -750,7 +750,7 @@ class CartModel |
|
|
* @param int $paymentType 支付类型ID
|
|
|
* @param string $remark 留言
|
|
|
* @param string $couponCode 优惠券码
|
|
|
* @param mixed $yohoCoin 使用的YOHO币数量或为空
|
|
|
* @param mixed $yohoCoin 使用的有货币数量或为空
|
|
|
* @param string $skuList 购买限购商品时需要传递的参数
|
|
|
* @param string $qhyUnio 友盟有关信息
|
|
|
* @param string|null $userAgent 联盟过来用户下单时需要的User-Agent信息
|
...
|
...
|
@@ -1035,7 +1035,7 @@ class CartModel |
|
|
* @param type $deliveryId 配送方式,1表示普通快递,2表示顺丰速运
|
|
|
* @param type $paymentType 支付方式,1表示在线支付,2表示货到付款
|
|
|
* @param type $couponCode 优惠券码
|
|
|
* @param type $yohoCoin 使用的YOHO币数量
|
|
|
* @param type $yohoCoin 使用的有货币数量
|
|
|
* @return type
|
|
|
*/
|
|
|
public static function getPackageInfo($uid, $cartType, $skuList, $orderCode, $sessionKey, $deliveryId, $paymentType, $couponCode, $yohoCoin)
|
...
|
...
|
|