修改bug

This commit is contained in:
2026-02-11 21:09:37 +08:00
parent c9743cb363
commit 5c273c3963
5 changed files with 15 additions and 3 deletions

View File

@@ -212,6 +212,7 @@
// }
// }];
[[KBNetworkManager shared] POST:API_CHARACTER_ADD_USER_CHARACTER jsonBody:params headers:nil autoShowBusinessError:true completion:^(NSDictionary * _Nullable json, NSURLResponse * _Nullable response, NSError * _Nullable error) {
[KBHUD dismiss];
if (!error) {
[self refreshUserCharacterCacheForKeyboard];
}