修复礼包(从文章超链接进入礼包详情),登录问题

This commit is contained in:
kehaoyuan
2017-10-25 18:39:24 +08:00
parent 8d0ab82f15
commit 9fad040e14
9 changed files with 120 additions and 33 deletions

View File

@ -219,7 +219,7 @@ public class GetLoginDataUtils {
content.put("refresh_token", token.getRefreshToken());
// content.put("refresh_token_expire", Utils.getTime(mContext) + 86400 * 30); // refresh_token 有效期30天
if (mLoginListener != null) {
mLoginListener.OnLoginData(content, LoginUtils.LoginTag.weibo);// QQ 登录回调
mLoginListener.OnLoginData(content, LoginUtils.LoginTag.weibo);// 微博 登录回调
}
} catch (JSONException e) {
e.printStackTrace();