完成调试

This commit is contained in:
sanfan.hx
2019-07-04 18:28:30 +08:00
parent acfe81b5d1
commit 2c7642c576
16 changed files with 326 additions and 139 deletions

View File

@ -9,5 +9,7 @@ class Api{
static const String LOGOUT = BASE_URL+'logout';//退出登陆
static const String VERSION = BASE_URL+'getAppVersion';//检查版本
static const String GET_WIDGET_TREE = BASE_URL + 'getCateList';//获取widget列表树
}