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-01 10:24:46 +08:00
|
|
|
}
|