问答相关接口测试与对接

This commit is contained in:
kehaoyuan
2017-12-19 09:25:22 +08:00
parent 9a96fffd18
commit 257e82e825
29 changed files with 477 additions and 117 deletions

View File

@ -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() {