修改接口

This commit is contained in:
2025-12-23 14:07:53 +08:00
parent 2e1c261775
commit 262eb57b36
5 changed files with 75 additions and 70 deletions

View File

@@ -32,7 +32,7 @@
}
- (void)fetchRecommendedThemesWithCompletion:(KBSearchRecommendedCompletion)completion {
[self.shopVM fetchRecommendedThemesWithCompletion:^(NSArray<KBShopThemeModel *> * _Nullable themes, NSError * _Nullable error) {
[self.shopVM fetchRecommendedThemesWithThemeId:nil completion:^(NSArray<KBShopThemeModel *> * _Nullable themes, NSError * _Nullable error) {
if (completion) completion(themes, error);
}];
}
@@ -74,4 +74,3 @@
}
@end