Commit b2831e42 authored by fangxinjiang's avatar fangxinjiang

前端客服手机号码更新-fxj

parent bf4067b2
...@@ -458,7 +458,7 @@ public class TSettleDomainController { ...@@ -458,7 +458,7 @@ public class TSettleDomainController {
try { try {
String json = jsonStr.replaceAll("%(?![0-9a-fA-F]{2})", "%25"); String json = jsonStr.replaceAll("%(?![0-9a-fA-F]{2})", "%25");
jsonStr = URLDecoder.decode(json, CommonConstants.UTF8).replace("=", ""); jsonStr = URLDecoder.decode(json, CommonConstants.UTF8).replace("=", "");
log.error("jsonStr:"+jsonStr);
} catch (UnsupportedEncodingException e) { } catch (UnsupportedEncodingException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
...@@ -26,7 +26,7 @@ mybatis-plus: ...@@ -26,7 +26,7 @@ mybatis-plus:
logic-not-delete-value: 0 logic-not-delete-value: 0
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# spring security 配置 # spring security 配置
security: security:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment