更新天气获取方式;更新关于我们和操作说明地址配置
This commit is contained in:
@@ -50,4 +50,8 @@ class ServiceConstant {
|
||||
|
||||
static const String policy_url =
|
||||
"https://vsbst-api.he-info.cn/vsbs_sotrage/privacy-scheme/"; //协议地址
|
||||
|
||||
static const String weather_url =
|
||||
"/api/weather/info"; //天气信息
|
||||
|
||||
}
|
||||
|
||||
@@ -54,8 +54,9 @@ class AppConstants {
|
||||
|
||||
//系统参数
|
||||
//运行打包APP模式
|
||||
int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.HUANSHUI.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
int text_length = 8;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user