1
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
}
|
||||
|
||||
/// 添加用户人设
|
||||
- (void)addUserCharacterWithId:(NSNumber *)characterId
|
||||
- (void)addUserCharacterWithId:(NSNumber *)characterId emoji:(NSString *)emoji
|
||||
completion:(KBHomeAddUserCharacterCompletion)completion {
|
||||
if (!characterId) {
|
||||
if (completion) {
|
||||
@@ -195,7 +195,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
NSDictionary *params = @{@"characterId": characterId};
|
||||
NSDictionary *params = @{@"characterId": characterId,@"emoji": emoji};
|
||||
// [[KBNetworkManager shared] GET:API_CHARACTER_ADD_USER_CHARACTER
|
||||
// parameters:params
|
||||
// headers:nil
|
||||
|
||||
Reference in New Issue
Block a user