starwork_flutter/lib/api/api_path.dart
2025-09-02 11:45:38 +08:00

6 lines
219 B
Dart

class ApiPath {
static const String sendValidationCode = "/v1/common/sendValidationCode";
static const String validationCodeLogin = "/v1/user/codeLogin";
static const String passwordLogin = "/v1/user/pwdLogin";
}