| | |
| | | |
| | | fun upLoadAccountPic(userId: String, files: Array<MultipartFile>): String |
| | | |
| | | fun changePassword(userId: String, oldPassword: String, newPassword: String): Int |
| | | fun changePassword(userId: String, oldPassword: String, newPassword: String): BaseResponse<String> |
| | | |
| | | fun searchUser(userId: String,condition: UserSearchCondition, page: Int, perPage: Int, response: HttpServletResponse): List<Userinfo> |
| | | |
| | | fun getBaseInfo(userId: String): UserBaseInfo |
| | | fun getBaseInfo(userId: String, wxUserId: String?): UserBaseInfo |
| | | |
| | | fun search(district: String?, sceneType: Int?, userType: Int?, page: Int, perPage: Int): BaseResponse<List<Userinfo>> |
| | | |