添加日志

This commit is contained in:
sk 2024-06-26 11:50:55 +08:00
parent 96599507b8
commit 754f94abbd
1 changed files with 1 additions and 0 deletions

View File

@ -4060,6 +4060,7 @@ func init() {
WebAPIHandlerMgrSingleton.RegisteWebAPIHandler("/api/pay/CallbackPayment", WebAPIHandlerWrapper(
func(tNode *transact.TransNode, params []byte) (int, proto.Message) {
logger.Logger.Tracef("api /api/pay/CallbackPayment")
msg := &webapiproto.ASCallbackPayment{}
pack := &webapiproto.SACallbackPayment{}
err := proto.Unmarshal(params, msg)