api.dart 163 B

123456789
  1. class Api {
  2. static const host = "http://flutter.yoqi.me/Api";
  3. static const porject = host + "/flutter_green";
  4. static const login = host + "Api/login";
  5. }