uni-app:个人信息修改

This commit is contained in:
sfmind
2022-10-19 10:47:58 +08:00
parent 31f5b27d01
commit f0e964f180
2 changed files with 9 additions and 6 deletions

View File

@ -17,4 +17,7 @@ public class AppUserInfoRespVO {
@ApiModelProperty(value = "用户头像", required = true, example = "/infra/file/get/35a12e57-4297-4faa-bf7d-7ed2f211c952")
private String avatar;
@ApiModelProperty(value = "用户手机号", required = true, example = "15601691300")
private String mobile;
}