帖子
帖子
用户
博客
课程
显示全部楼层
13
帖子
0
勋章
51
Y币

[App引擎] wx.shareWebpage网页分享,这个是不是不支持ios,哪个可以

[复制链接]
发表于 2020-7-22 10:42:42
var wx = api.require('wx');wx.shareWebpage({    apiKey: '',    scene: 'timeline',    title: '测试标题',    description: '分享内容的描述',    thumb: 'widget://a.jpg',    contentUrl: 'http://apicloud.com'}, function(ret, err) {    if (ret.status) {        alert('分享成功');    } else {        alert(err.code);    }});
微信模块使用 最新版 wxpuls
您需要登录后才可以回帖 登录

本版积分规则