This commit is contained in:
韩鹏辉
2024-07-10 15:13:50 +08:00
parent 8ce62ee06c
commit 96b58cf5a2

View File

@@ -46,7 +46,7 @@ public class NotifyController {
}
@RequestMapping("fstmemberInCallBack")
public String fstmemberInCallBack(HttpServletRequest request){
public String fstmemberInCallBack(HttpServletRequest request) throws Exception {
Map<String, Object> map= getParameterMap(request);
log.info("fstmemberInCallBack回调返回信息:{}",JSONUtil.toJsonStr(map));
if(ObjectUtil.isNotEmpty(map)&&map.containsKey("code")&&"000000".equals(map.get("code")+"")){