添加clientid和content-languag

This commit is contained in:
2026-05-15 16:57:48 +08:00
parent da935a122f
commit dc73d5df64
9 changed files with 79 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ interface ApiService {
suspend fun forgotPassword(@Body forgotRequest: ForgotRequest): GetCodeBean<Any>
/**
* 获取我所在家庭列表
* 获取家庭列表
*/
@GET("/app/selectFamily")
suspend fun getFamilyList(): GetCodeBean<List<FamilyBean>>