测试接口
This commit is contained in:
@@ -255,7 +255,7 @@ func CreateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64,
|
||||
if err = err2; err == nil {
|
||||
order.AddressID = addressID
|
||||
if jxOrder.IsPriceDefend == model.YES {
|
||||
order.Status = model.OrderStatusNew
|
||||
order.Status = model.OrderStatusAccepted
|
||||
} else {
|
||||
order.Status = model.OrderStatusWait4Pay
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user