|
|
@@ -284,7 +284,7 @@ func (self *OrderController) MultCentCreate() {
|
|
|
}
|
|
|
freight := base_config.GetFreight()
|
|
|
if totalPrice < base_config.GetOrderLimit() {
|
|
|
- self.ReturnError(403, []string{apps.OrderNotEnough[0], fmt.Sprintf("订单最低金额%d", base_config.GetOrderLimit())}, "", nil)
|
|
|
+ self.ReturnError(403, []string{apps.OrderNotEnough[0], fmt.Sprintf("订单金额不能低于%d积分", base_config.GetOrderLimit()/int64(100))}, "", nil)
|
|
|
}
|
|
|
order.TotalPrice = totalPrice
|
|
|
order.Freight = freight
|