支付 回调 处理 请求方式
This commit is contained in:
@@ -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, "回调数据为空");
|
||||||
|
|||||||
Reference in New Issue
Block a user