fix: 调整antom支付的返回

This commit is contained in:
周俊耀 2025-04-15 09:45:48 +08:00
parent 736975ed2e
commit 69beac21ff

View File

@ -248,7 +248,7 @@ func CreateAntomPay(c *gin.Context) {
return
}
service.Success(c, result)
service.Success(c, resp)
}