Commit 82bd5247 authored by Thierry's avatar Thierry

更换域名,解决预编译宏 引用问题

parent 44b6fd4d
...@@ -95,8 +95,8 @@ ...@@ -95,8 +95,8 @@
} }
+ (void)sendData:(NSData *)data success:(SendDataSuccessBlock)success { + (void)sendData:(NSData *)data success:(SendDataSuccessBlock)success {
#ifdef APPSTORE #ifdef POD_CONFIGURATION_APP_STORE
NSString *url = @"http://log.gengmei.cc/log/collect"; NSString *url = @"http://log.gmei.com/log/collect";
#else #else
NSString *url = @"http://log.test.gengmei.cc/log/collect"; NSString *url = @"http://log.test.gengmei.cc/log/collect";
#endif #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