支付回调修改
This commit is contained in:
parent
8dce86e874
commit
b763d69419
|
|
@ -212,7 +212,7 @@ public class WuyouController {
|
||||||
// return "签名错误";
|
// return "签名错误";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!"CODE_SUCCESS".equals(notifyDto.getStatus())) {
|
if (!"CODE_SUCCESS".equals(notifyDto.getCallbacks())) {
|
||||||
log.error("无忧支付回调 未支付成功, 参数: {}", JSONObject.toJSONString(notifyDto));
|
log.error("无忧支付回调 未支付成功, 参数: {}", JSONObject.toJSONString(notifyDto));
|
||||||
return "success";
|
return "success";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue