修复礼包(从文章超链接进入礼包详情),登录问题
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user