Commit ab80109f authored by DavidHuang's avatar DavidHuang

朋友 常驻 银河管家

parent 20e1aed4
......@@ -24,7 +24,7 @@ enum YHUatModules: Int {
8、更新-强制更新弹窗、true
9、更新-建议更新弹窗、false
10、七鱼智能客服、false
10、七鱼智能客服、false 2024.12.07 默认修改成展示 true
*/
case Mine_Unknow = 0
......@@ -66,7 +66,7 @@ enum YHUatModules: Int {
case .Update_Suggest:
return 2
case .QiYu_Service:
return 2
return 1
default:
return 2
}
......
......@@ -61,8 +61,8 @@ extension YHUatHelperViewModel {
printLog("非登录状态")
return
}
let params: [String] = ["1", "2","3", "4","5","6","9","10"]
// let params: [String] = ["1", "2","3", "4","5","6","9","10"]
let params: [String] = ["1", "2","3", "4","5","6","9"]
var strUrl = YHBaseUrlManager.shared.curURL() + YHAllApiName.Uat.uatListApi
for (index,item) in params.enumerated() {
if index == 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment