支付回调修改

This commit is contained in:
GYJ 2024-12-12 14:30:43 +08:00
parent 8dce86e874
commit b763d69419
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class WuyouController {
// return "签名错误";
}
if (!"CODE_SUCCESS".equals(notifyDto.getStatus())) {
if (!"CODE_SUCCESS".equals(notifyDto.getCallbacks())) {
log.error("无忧支付回调 未支付成功, 参数: {}", JSONObject.toJSONString(notifyDto));
return "success";
}