瀏覽代碼

1.试验 文件中心保存一天

huangxiaodong 5 月之前
父節點
當前提交
233e9f6130

+ 1 - 0
创维盒子/双子星云手机/Class/Set/CustomerWebViewController.m

@@ -283,6 +283,7 @@
     NSString*filename = [[NSString alloc] initWithFormat:@"%@_ios.log",snStr];
     
     [paraDict setValue:filename forKey:@"filename"];
+    [paraDict setValue:@1 forKey:@"days"];
     
     KWeakSelf
     [[netWorkManager shareInstance] doUploadFileToFileServiceWithParams:paraDict data:logData success:^(id  _Nonnull responseObject) {

+ 1 - 0
创维盒子/双子星云手机/netWork/addLog/addLogObject.m

@@ -102,6 +102,7 @@ static addLogObject *addlog_ShareInstance = nil;
     NSString*filename = [[NSString alloc] initWithFormat:@"%@_ios.log",snStr];
     
     [paraDict setValue:filename forKey:@"filename"];
+    [paraDict setValue:@1 forKey:@"days"];
     
     [[netWorkManager shareInstance] doUploadFileToFileServiceWithParams:paraDict data:logData success:^(id  _Nonnull responseObject) {
         HLog(@"%@",responseObject);