add pay
This commit is contained in:
@@ -92,6 +92,7 @@ func Pay(ctx *jxcontext.Context, orderID string, payType int, vendorPayType, app
|
|||||||
VendorPayType: vendorPayType,
|
VendorPayType: vendorPayType,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
globals.SugarLogger.Debug("payPrice before1111=========================", payPrice)
|
||||||
orderInfo, err := dao.GetOrderByID(db, orderID)
|
orderInfo, err := dao.GetOrderByID(db, orderID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user