添加日志

This commit is contained in:
sk 2024-06-26 11:46:16 +08:00
parent f771238b5e
commit 96599507b8
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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())
} }