- log msg refactor, add orderID to all logs.
This commit is contained in:
@@ -80,7 +80,6 @@ func (o *OrderController) NewOrder(msg *elmapi.CallbackMsg, orderId string, user
|
||||
retVal = errResponseDBError
|
||||
} else {
|
||||
if created || rec.Type < msg.Type {
|
||||
// todo 回调消息里已经有详情,这里是否有必要再取一次?
|
||||
result, err := api.ElmAPI.GetOrder(orderId)
|
||||
if err != nil {
|
||||
retVal = errResponseCallELMAPIError
|
||||
|
||||
Reference in New Issue
Block a user