解决qq和抖音分享

This commit is contained in:
joywayer
2026-02-12 21:52:27 +08:00
parent 09353155ec
commit 5944897a9d
5 changed files with 556 additions and 89 deletions

View File

@@ -317,8 +317,9 @@ static SharePanel *sharedPanel = nil;
SharePanelCompletionBlock completionBlock = self.completionBlock;
// 使QQShareManagerQQ
[QQShareManager shareWithSystemShareContent:content
completion:^(BOOL success) {
// shareWithContentQQ
[QQShareManager shareWithContent:content
completion:^(BOOL success) {
NSLog(@"QQ分享结果: %@", success ? @"✅ 成功" : @"❌ 失败");
if (completionBlock) {
completionBlock(ShareTypeQQ, success);