生成二维码
This commit is contained in:
@@ -179,6 +179,25 @@ interface ApiService {
|
||||
@POST("/app/obtainInviterInformation")
|
||||
suspend fun obtainInviterInformation(@Body request: ObtainInviterInformationRequest): GetCodeBean<ObtainInviterInformationBean>
|
||||
|
||||
/**
|
||||
* 查询推荐码状态
|
||||
*/
|
||||
@POST("/app/selectRecommendationCode/{code}")
|
||||
suspend fun selectRecommendationCode(@retrofit2.http.Path("code") code: String): GetCodeBean<Any>
|
||||
|
||||
|
||||
/**
|
||||
* 生成推荐码
|
||||
*/
|
||||
@POST("/app/generateRecommendationCode")
|
||||
suspend fun generateRecommendationCode(@Body request: VerifyOptionPasswordRequest): GetCodeBean<Any>
|
||||
|
||||
/**
|
||||
* 撤销邀请码
|
||||
*/
|
||||
@POST("/app/revokeInvitation")
|
||||
suspend fun revokeInvitation(@Body request: VerifyOptionPasswordRequest): GetCodeBean<Any>
|
||||
|
||||
|
||||
/**
|
||||
* 修改家庭用户状态
|
||||
|
||||
Reference in New Issue
Block a user