第一个步,注册,下发id

搜索小程序lcl101,注册后联系我,单独下发id。
2022-05-19T07:39:04.png

第二步,小程序后台添加域名地址

在小程序开发管理,开发设置里找到服务器域名添加。
2022-05-19T07:41:11.png

第三步,代码配置

示例代码:

wx.request({
      url: 接入的url,
      method: 'get',
      header:{
        'Content-Type': 'application/x-www-form-urlencoded',
        'CompileType': 'miniprogram',
        'Content-MA': 'lcl101-' + new Date().getTime()
      },
      data: {
        url: 短视频url,
        oid: 下发的id
      }

接口地址只在群里公布,需要的留微信号进群

Last modification:April 25, 2023
If you think my article is useful to you, please feel free to appreciate