|
|
@@ -56,6 +56,10 @@ func (self *PayController) payExchange(oId, payWay, tradPwd, returnUrl, source s
|
|
|
self.ReturnError(403, apps.NotUnPay, "", nil)
|
|
|
}
|
|
|
SaleNumsMap := make(map[int64]int64)
|
|
|
+ //支付方式判断
|
|
|
+ if order.OrderType == order_model.ORDER_TYPE_SEKILL && payWay == pay_model.PAYWAY_BALANCE {
|
|
|
+ self.ReturnError(403, apps.NotRightPayWay, "", nil)
|
|
|
+ }
|
|
|
|
|
|
//获取购物商品明细
|
|
|
buy_price_total := int64(0)
|