Commit 34b6e83d authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent c2d18ff1
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
for (ICIPAProductModel *model in self.products) { for (ICIPAProductModel *model in self.products) {
if ([model.productId containsString:@"week"]) { if ([model.productId containsString:@"week"]) {
_currentProduct = model; _currentProduct = model;
break;
} }
break;
} }
[self startPlanAction:_currentProduct]; [self startPlanAction:_currentProduct];
} }
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
for (ICIPAProductModel *model in self.products) { for (ICIPAProductModel *model in self.products) {
if ([model.productId containsString:@"year"]) { if ([model.productId containsString:@"year"]) {
_currentProduct = model; _currentProduct = model;
break;
} }
break;
} }
[self startPlanAction:_currentProduct]; [self startPlanAction:_currentProduct];
} }
......
...@@ -293,7 +293,7 @@ static ZTNetworkTools* _tools = nil; ...@@ -293,7 +293,7 @@ static ZTNetworkTools* _tools = nil;
[dict setValue: UIDevice.currentDevice.systemVersion forKey:@"svn"]; [dict setValue: UIDevice.currentDevice.systemVersion forKey:@"svn"];
//appLs //appLs
[dict setValue: @"58be4768aad83b97" forKey: @"appLs"]; [dict setValue: @"71b221c60431edfa" forKey: @"appLs"];
// LANGUAGE //lang=en_US // LANGUAGE //lang=en_US
NSString *language = [[NSLocale preferredLanguages] firstObject]; NSString *language = [[NSLocale preferredLanguages] firstObject];
......
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