支付回调修改
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user