@@ -124,7 +124,7 @@
}
if (i == 0){
- [curBut setTitle:@"Private-X" forState:(UIControlStateNormal)];
+ [curBut setTitle:@"GBOX" forState:(UIControlStateNormal)];
//[curBut setTitle:NSLocalizedString(@"logo_calculator",nil) forState:(UIControlStateNormal)];
[curBut setImage:[UIImage imageNamed:@"GBOX_icon"] forState:(UIControlStateNormal)];
defBtn = curBut;
@@ -1114,7 +1114,7 @@
{
NSMutableDictionary *paraDict = [NSMutableDictionary dictionary];
- [paraDict setValue:@"Private-X" forKey:@"productType"];
+ [paraDict setValue:@"GBox" forKey:@"productType"];
[paraDict setValue:@"ios" forKey:@"type"];
[[netWorkManager shareInstance] CommonPostCallBackCode:queryOneNotice Parameters:paraDict success:^(id _Nonnull responseObject) {
@@ -44,7 +44,7 @@
#define updateForceStart @"/box/updateForceStart"
/*6 查询一条公告数据 POST请求
-输入参数 productType 创维盒子:Private-X 隐私盒子:InsiBox
+输入参数 productType GBox
输入参数 type 应用类型(安卓=apk IOS=ios TV=app)
返回数据模型 */