我的家庭切换

This commit is contained in:
2026-05-16 10:15:04 +08:00
parent e00d867265
commit a8f202a906
11 changed files with 220 additions and 64 deletions

View File

@@ -35,9 +35,4 @@ data class ForgotRequest(
val phonenumber: String,
val smsCode: String,
val password: String
)
data class LoginResponse(
val clientid: String,
val content_language: String,
)

View File

@@ -0,0 +1,9 @@
package com.example.defenseapplication.bean
data class SwitchFamilyRequest(
val clientId: String,
val grantType: String,
val id: String,
val userType: String,
val role: String
)