更新个人资料编辑功能
- 新增主页背景图编辑 - 优化个人资料编辑页面布局
This commit is contained in:
@@ -169,7 +169,9 @@ interface RiderProAPI {
|
||||
@PATCH("account/my/profile")
|
||||
suspend fun updateProfile(
|
||||
@Part avatar: MultipartBody.Part?,
|
||||
@Part banner: MultipartBody.Part?,
|
||||
@Part("nickname") nickname: RequestBody?,
|
||||
@Part("bio") bio: RequestBody?,
|
||||
): Response<Unit>
|
||||
|
||||
@POST("account/my/password")
|
||||
|
||||
Reference in New Issue
Block a user