add files apis
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
/** 提示信息 */
|
||||
@property (nonatomic, copy) NSString *message;
|
||||
/** 请求状态 */
|
||||
@property (nonatomic, assign) NSInteger status;
|
||||
/** 状态码 */
|
||||
@property (nonatomic, assign) NSInteger code;
|
||||
/** 请求是否成功 */
|
||||
@property (nonatomic, readonly) BOOL success;
|
||||
/** 接收数据的字典 */
|
||||
|
||||
Reference in New Issue
Block a user