添加个人中心

This commit is contained in:
yifeng.yl
2019-05-31 10:47:16 +08:00
16 changed files with 194 additions and 59 deletions

View File

@ -11,4 +11,5 @@ class Api{
static const String GET_USER_INFO = BASE_URL+'getUserInfo';//获取用户信息
static const String RedirectIp = 'http://100.81.211.172/';
static const String VERSION = BASE_URL+'getAppVersion';//检查版本
}