Skip to content

Commit 5c03f85

Browse files
committed
写错了新增讨论的标签参数名字
1 parent 66c280b commit 5c03f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Models/ProjectTopic.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ - (NSDictionary *)toAddTopicParams
108108
}
109109
return @{@"title" : [_mdTitle aliasedString],
110110
@"content" : [_mdContent aliasedString],
111-
@"labels" : tempAry};
111+
@"label" : tempAry};
112112
}
113113

114114
- (NSString *)toCommentsPath

0 commit comments

Comments
 (0)