Commit 10ddbce20c38ff82e610e6be4691de5232f3c985
1 parent
381e066b
no message
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveEnvironmentConfiguration.podspec
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 | //新版目击者 | ... | ... |