starwork_flutter/lib/api/api_path.dart

6 lines
219 B
Dart
Raw Normal View History

class ApiPath {
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";
}