更新记录
0.0.1(2023-04-28)
0.0.1(2023-04-27)
- 基于unicloud-H5抖音分享挂载组件
平台兼容性
阿里云 | 腾讯云 | 支付宝云 |
---|---|---|
√ | √ | × |
云函数类插件通用教程
使用云函数类插件的前提是:使用HBuilderX 2.9+
插件简介:
uniapp-H5分享挂载抖音
插件背景:
实现用特定视频一键发布到抖音
使用方式
const schema = uniCloud.importObject('yule-dyshare')
schema.getschema(this.sharetype, this.url, this.tags).then(res => {
window.location.href = res.schema;
})
依赖uni-config-center
如果没有自动创建配置文件,手动创建一下 新建yule-dy目录新建config.json
{
"client_key": "",
"client_secret": "",
"tokenurl": "https://open.douyin.com/oauth/client_token/",
"ticketurl": "https://open.douyin.com/open/getticket/",
"shareidurl": "https://open.douyin.com/share-id/"
}