添加新版开放平台支付

This commit is contained in:
韩鹏辉
2024-05-20 10:40:44 +08:00
parent 5e1c3676fa
commit 3f1839aaab

View File

@@ -46,6 +46,16 @@ public class NotifyController {
return null;
}
@RequestMapping("fstmemberInCallBack")
public String fstmemberInCallBack(HttpServletRequest request){
Map<String, Object> map= getParameterMap(request);
log.info("fstmemberInCallBack回调返回信息:{}",JSONUtil.toJsonStr(map));
return null;
}
@RequestMapping("notifyCallBack")
public String notifyCallBack(HttpServletRequest request){