1
This commit is contained in:
@@ -713,6 +713,7 @@ func CreateOrder(vendorOrderID, merchantNo string, vendorId int) (*lakala.Create
|
||||
OrderEfficientTime: time.Now().Add(1 * time.Hour).Format("20060102150405"),
|
||||
OrderInfo: fmt.Sprintf("门店扫码订单:%d", order.OrderSeq),
|
||||
NotifyUrl: lakala.OrderStatusCallback,
|
||||
SupportRepeatPay: 1,
|
||||
}
|
||||
|
||||
result, err := api.LaKaLaApi.CreateOrder(param)
|
||||
|
||||
Reference in New Issue
Block a user