|
@@ -219,5 +219,5 @@ export function shareToFriendForReward(title: string, imgUrl: string, inviteCode
|
|
|
* @param description 分享描述
|
|
|
*/
|
|
|
export function shareToWechat(image: string, title: string, scene: 0 | 1, description: string, url: string) {
|
|
|
- callAppFc("shareToWechat", { image, title, scene, description, url });
|
|
|
+ callAppFc("shareToWechatWeb", { thumb: image, title, scene, description, url });
|
|
|
}
|