Commit abdce1af cgx

回复接口新增回复id

1 个父辈 96c08911
......@@ -13,6 +13,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface MessageComReplyModel : NSObject
/// 评论回复id
@property (nonatomic, assign) NSInteger notiID;
/// 回复id
@property (nonatomic, assign) NSInteger replyID;
/// 动态id
@property (nonatomic, assign) NSInteger talkID;
/// 评论id
......
......@@ -12,6 +12,7 @@
#pragma mark - YYModel
+ (nullable NSDictionary<NSString *, id> *)modelCustomPropertyMapper {
return @{@"notiID" : @"id",
@"replyID" : @"reply_id",
@"talkID" : @"talk_id",
@"commentID" : @"comment_id",
@"userID" : @"user_id",
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!