支付 回调 处理 请求方式

This commit is contained in:
2025-02-15 15:19:04 +08:00
parent 5fd691f71b
commit d4f8eb8649

View File

@@ -23,7 +23,7 @@ public class NotifyController {
private OrderInfoService orderInfoService; private OrderInfoService orderInfoService;
@PostMapping("payCallBack") @RequestMapping("payCallBack")
public String notifyCZGCallBack(CzgBaseRespParams respParams) { public String notifyCZGCallBack(CzgBaseRespParams respParams) {
JSONObject czg = CzgPayUtils.getCzg(respParams); JSONObject czg = CzgPayUtils.getCzg(respParams);
AssertUtil.isNull(czg, "回调数据为空"); AssertUtil.isNull(czg, "回调数据为空");