Commit 0279bc34 authored by weichaochao's avatar weichaochao

登陆调整

parent 78b8555e
......@@ -248,7 +248,7 @@ public class Open2LankouController {
params.put("uid", uid);
params.put("nickname", nickName);
params.put("avatar", avatar);
params.put("isFollow", isFollow ? "1" : "0");
params.put("followShop", isFollow ? "1" : "0");
if (StringUtils.isNotBlank(credits)) {
params.put("credits", credits);
}
......
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