xubh 4 lat temu
rodzic
commit
f533e52807

+ 1 - 1
src/main/java/com/minpay/common/action/LoginAction.java

@@ -390,7 +390,7 @@ public class LoginAction implements IMINAction {
 				String nickName = EmojiFilter.filterEmoji(response2.getNickName());
 //		    	String nickName = response2.getNickName();
 		    	String userId = response2.getUserId();
-		    	res.set("openId", openId);
+		    	res.set("openId", userId);
 		    	res.set("headImgurl", avatar);
 		    	res.set("nickName", nickName);
 		    }