更新记录

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/"
}

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

暂无用户评论。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问