Merge remote-tracking branch 'origin/develop_new' into develop_new

This commit is contained in:
huangjian
2020-05-07 18:51:38 +08:00
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")