master
wanghualei 2020-12-18 10:15:52 +08:00
parent 59902cdf56
commit 03a123667f
1 changed files with 10 additions and 0 deletions

View File

@ -99,6 +99,16 @@ static FINDemoClientHelper *instance = nil;
if (customMenu.menuId == 1002) { if (customMenu.menuId == 1002) {
NSLog(@"收藏按钮被点击"); NSLog(@"收藏按钮被点击");
// 1.id
// NSString *userId = @"";
//
// // 2.id
// NSString *appletId = appletInfo.appId;
//
// NSDictionary *param = @{@"userId":userId,@"appletId":appletId};
// 3.
// [FINNetworkClient postParam:param completion:];
return; return;
} }
} }