支付 回调 处理 请求方式

This commit is contained in:
wangw 2025-02-15 15:19:04 +08:00
parent 5fd691f71b
commit d4f8eb8649
1 changed files with 1 additions and 1 deletions

View File

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