Commit f5249af7 authored by hezhen's avatar hezhen

123

parent 1bb64f40
...@@ -64,7 +64,7 @@ public class WeChatH5LoginInterceptor extends HandlerInterceptorAdapter { ...@@ -64,7 +64,7 @@ public class WeChatH5LoginInterceptor extends HandlerInterceptorAdapter {
if (StringUtils.isNotBlank(redisKey)){ if (StringUtils.isNotBlank(redisKey)){
json.put("key",redisKey); json.put("key",redisKey);
} }
json.put("url","https://dev.dfangche.com/api/summit/auth/app/unauth/wxLogin?redirec_url=https://dev.dfangche.com/h5/appHtml/view/wxh5/index.html"); json.put("url","https://dev.dfangche.com/api/summit/auth/app/unauth/wxLogin?redirec_url=https://dev.dfangche.com/h5/appHtml/view/wxgzh/summitDetail.html?id=2");
result.put("data",json); result.put("data",json);
result.put("status",1001); result.put("status",1001);
response.setCharacterEncoding("utf-8"); response.setCharacterEncoding("utf-8");
......
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