Files
FlutterUnit/lib/app/res/path_unit.dart
2021-09-27 09:38:18 +08:00

19 lines
514 B
Dart

/// create by 张风捷特烈 on 2021/1/17
/// contact me by email 1981462002@qq.com
/// 说明:
class PathUnit{
static const baseUrl='http://119.45.173.197:8080/api/v1';
// static const baseUrl='http://192.168.0.100:8080/api/v1';
static const sendEmail = '/sendEmail/';
static const register = '/register';
static const categoryDataSync = '/categoryData/sync';
static const categoryData = '/categoryData';
static const appInfo = '/appInfo/name/FlutterUnit';
static const login = '/login';
}