2025-09-01 10:24:46 +08:00
|
|
|
class ApiPath {
|
2025-09-01 18:20:05 +08:00
|
|
|
static const String sendValidationCode = "/v1/common/sendValidationCode";
|
2025-09-02 11:45:38 +08:00
|
|
|
static const String validationCodeLogin = "/v1/user/codeLogin";
|
|
|
|
|
static const String passwordLogin = "/v1/user/pwdLogin";
|
2025-09-10 17:58:07 +08:00
|
|
|
static const String allTeamList = "/v1/team/teamListAll";
|
|
|
|
|
static const String sceneList = "/v1/team/sceneList";
|
|
|
|
|
static const String createTeam = "/v1/team/createTeam";
|
2025-09-01 10:24:46 +08:00
|
|
|
}
|