Commit df24f70c authored by 翟国钧's avatar 翟国钧

增加了unitTest情况的log收集

parent 07510cd1
......@@ -97,6 +97,8 @@
+ (void)sendData:(NSData *)data success:(SendDataSuccessBlock)success {
#ifdef POD_CONFIGURATION_APP_STORE
NSString *url = @"http://log.gmei.com/log/collect";
#elif POD_CONFIGURATION_UNIT_TEST
NSString *url = @"http://jaguar.gmei/log/collect";
#else
NSString *url = @"http://log.test.gengmei.cc/log/collect";
#endif
......
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