parent
8c2c4bfc20
commit
1ae0da11e9
|
|
@ -12,6 +12,7 @@ import (
|
|||
"PaymentCenter/app/services"
|
||||
"PaymentCenter/app/utils"
|
||||
"PaymentCenter/app/utils/httpclient"
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/bytedance/sonic"
|
||||
|
|
@ -227,7 +228,7 @@ func (o *OrderNotify) checkOrder() {
|
|||
OrderId: o.order.Id,
|
||||
OutTradeNo: o.order.OutTradeNo,
|
||||
ExceptionType: data.OrderStatusOverButPaySuccess.ToInt(),
|
||||
ExceptionDesc: data.OrderStatusOverButPaySuccess.GetDesc(),
|
||||
ExceptionDesc: fmt.Sprintf("%s:%s:%d", data.OrderStatusOverButPaySuccess.GetDesc(), "当前状态为", o.order.Status),
|
||||
CreateTime: time.Now(),
|
||||
Status: o.order.Status,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue