增加若干基础页面
This commit is contained in:
7
lib/api/login.dart
Normal file
7
lib/api/login.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class LoginApi {
|
||||
// 获取验证码
|
||||
static const String getCode = "/getSmsCode";
|
||||
|
||||
// 手机号登录
|
||||
static const String phoneLogin = "/phone/login";
|
||||
}
|
||||
Reference in New Issue
Block a user