Commit 86d8858f authored by 井庆林's avatar 井庆林

code review

parent 5dc9f2ae
......@@ -209,9 +209,7 @@ static BOOL isGray = NO;
}
- (NSString *)serverAPI {
if (isGray) {
return _rePhobos.serverAPI;
} else _oldPhobos.serverAPI;
return isGray ? _rePhobos.serverAPI : _oldPhobos.serverAPI;
}
@end
......
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