Commit 10ddbce20c38ff82e610e6be4691de5232f3c985

Authored by zhangxiaowen
1 parent 381e066b

no message

CNLiveEnvironmentConfiguration.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveEnvironmentConfiguration'
11   - s.version = '0.0.9'
  11 + s.version = '0.1.0'
12 12 s.summary = '网家家环境配置'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
... ... @@ -375,7 +375,7 @@ static NSString *const CNSportsChinaDeleteShoeLineUrl = API_Host@"/Daren/event/d
375 375 //检查轨迹
376 376 static NSString *const CNSportsChinaCheckShoeLineUrl = API_Host@"/Daren/event/checkShoeLine.action";
377 377 //上传轨迹url
378   -static NSString *const CNSportsChinaSaveShoeLineUrl = API_Host@"Daren/event/saveShoeLine.action";
  378 +static NSString *const CNSportsChinaSaveShoeLineUrl = API_Host@"/Daren/event/saveShoeLine.action";
379 379  
380 380 #pragma mark - 目击者
381 381 //新版目击者
... ...