添加日志
This commit is contained in:
parent
f771238b5e
commit
96599507b8
Binary file not shown.
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
|
@ -4078,6 +4078,7 @@ func init() {
|
||||||
if info == nil {
|
if info == nil {
|
||||||
return errors.New("info is nil")
|
return errors.New("info is nil")
|
||||||
}
|
}
|
||||||
|
logger.Logger.Tracef("/api/pay/CallbackPayment ShopLog %+v", *info)
|
||||||
if info.State != 0 {
|
if info.State != 0 {
|
||||||
return errors.New("the order state not 0 " + info.LogId.Hex())
|
return errors.New("the order state not 0 " + info.LogId.Hex())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue