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