问答相关接口测试与对接
This commit is contained in:
@ -11,6 +11,7 @@ import com.gh.gamecenter.entity.UserInfoEntity;
|
||||
*/
|
||||
|
||||
public class UserManager {
|
||||
|
||||
private final String COMMUNITY_ID = "CommunityId";
|
||||
|
||||
private static volatile UserManager singleton;
|
||||
@ -64,7 +65,7 @@ public class UserManager {
|
||||
if (mCommunityId == null) {
|
||||
mCommunityId = PreferenceManager.getDefaultSharedPreferences(context).getString(COMMUNITY_ID, "");
|
||||
}
|
||||
return mCommunityId;
|
||||
return "5a32405b2397ab000f688de1"; // todo 只有这个id有数据 先写死
|
||||
}
|
||||
|
||||
public void logout() {
|
||||
|
||||
Reference in New Issue
Block a user