生成发布页-抖音

POST
https://open.lgai.cc/api/dy_page

接口描述

生成抖音发布页

请求参数

相关套餐

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
  "code": 200,
  "message": "临时发布页面已生成",
  "data": {
    "page_id": "bea506a2bc97aab7091f706e9ab38b27",
    "page_url": "https://page.lgai.cc/view.php?id=bea506a2bc97aab7091f706e9ab38b27",
    "qrcode_url": "https://cdn.xxhzm.cn/v2api/cache/qrcode/bd2acac2d12609b9bb480effde011e0b.png",
    "expire_at": 1765945901,
    "expire_in": 3600
  },
  "request_id": "3ff3a8cc7e7bbd3633103b1c"
}