Commit f9090490 authored by jinzhu's avatar jinzhu

phobos 支持传入当前APP apihost

parent 56884913
......@@ -46,7 +46,6 @@ typedef NS_ENUM (NSInteger, PhobosSigningType) {
*/
@property (nonatomic, copy) NSString *netStatus;
/**
* @brief 设置是否打印sdk的log信息,默认不开启
*
......@@ -84,6 +83,11 @@ typedef NS_ENUM (NSInteger, PhobosSigningType) {
*/
@property (copy, nonatomic) NSString *serverAPI;
/**
当前APP请求接口的 APIHOST(GMServerDomains.apiHost)
*/
@property (nonatomic, copy) NSString *apiHost;
/**
灰度组, since 7.7.65
*/
......
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