修正实际付款金额
This commit is contained in:
@@ -97,7 +97,7 @@ func (b *OrderSingle) AddOrderSingle(c *gin.Context) {
|
||||
userCouponId = &id
|
||||
}
|
||||
|
||||
if req.OrderPrice < 0 {
|
||||
if *req.OrderPrice < 0 {
|
||||
responses.FailWithMessage("价格错误", c)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user