提交 47e5b1e0 authored 作者: huningning's avatar huningning

调整支付回传数据格式

上级 ad171641
......@@ -29,8 +29,8 @@ public class PayNotifyController {
@ApiOperation(value = "用户支付完成回调接口", notes = " <br>By:许建科")
@RequestMapping(value = "/userPayNotify", method = RequestMethod.POST)
public Result<Object> userPayNotify(@RequestBody String notify) {
// public Result<Object> userPayNotify(@RequestBody NotifyParam notify) {
// public Result<Object> userPayNotify(@RequestBody String notify) {
public Result<Object> userPayNotify(@RequestBody NotifyParam notify) {
log.info("用户支付完成回调接口 传参 {}", notify);
// if (Objects.isNull(notify) || Objects.isNull(notify.getCode()) || Objects.isNull(notify.getAction())) {
// return new Result<>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论