更换图标,随机昵称

This commit is contained in:
oujunhui
2020-05-07 17:47:40 +08:00
parent bcd9e7d9aa
commit c95def88c9
14 changed files with 22 additions and 149 deletions

View File

@@ -950,7 +950,7 @@ public final class UserModel extends BaseModel implements IUserModel {
@GET("/userRandom/getConfig")
Single<ServiceResult<UserRandomConfig>> apiRandomConfig();
@GET("/userRandom/getNickname")
@GET("/random/nick/get")
Single<ServiceResult<String>> apiRandomNick();
@GET("/userRandom/getAvatar")