feiyu02
2022-09-15 3e2159e45e12b2b8af058b68eafeaf082cf3fe85
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/UserinfoService.kt
@@ -22,6 +22,8 @@
    fun register(loginRequestVo: LoginRequestVo): AccessToken
    fun register2(loginRequestVo: LoginRequestVo): AccessToken
    fun getAddressBook(userId:String):List<FriendVo>
    fun upLoadAccountPic(userId: String, files: Array<MultipartFile>): String
@@ -32,4 +34,6 @@
    fun getBaseInfo(userId: String): UserBaseInfo
    fun search(district: String?, sceneType: Int?, userType: Int?, page: Int, perPage: Int): BaseResponse<List<Userinfo>>
}