Commit 6d49a4cb authored by 任梦晨's avatar 任梦晨

fix

parent 29a4435e
...@@ -37,6 +37,7 @@ NS_ASSUME_NONNULL_BEGIN ...@@ -37,6 +37,7 @@ NS_ASSUME_NONNULL_BEGIN
/** 用于Phobos库从old更新到new使用,在全量之后删除相关逻辑 */ /** 用于Phobos库从old更新到new使用,在全量之后删除相关逻辑 */
@property (nonatomic, assign) BOOL isGray; @property (nonatomic, assign) BOOL isGray;
@property (nonatomic, assign) BOOL isGraySendNow;//控制实时上报 @property (nonatomic, assign) BOOL isGraySendNow;//控制实时上报
// Phobos在处理业务端传递来的参数时会检查是否某个value为空,如果为空会调用这个block以通知业务层,业务层可以上报这个异常,以助解决问题 // Phobos在处理业务端传递来的参数时会检查是否某个value为空,如果为空会调用这个block以通知业务层,业务层可以上报这个异常,以助解决问题
......
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