修正操控配置下发特殊字符重复转义
This commit is contained in:
@@ -3302,7 +3302,8 @@ public abstract class BaseService {
|
||||
actionParam.setMethod("insert");
|
||||
actionParam.setInsert_profile(Integer.valueOf(cfg.getUserRegion4()));
|
||||
}
|
||||
return gsonToJson(actionParam);
|
||||
userRegion = gsonToJson(actionParam);
|
||||
return StringEscapeUtils.unescapeJson(userRegion);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user