抖音发布能力-自用

GET
https://open.lgai.cc/api/douyin

接口描述

1

请求参数

相关套餐

请求示例

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,
  "msg": "success",
  "data": {
    "action": "signature",
    "request_id": "f53a3cc050a6502c50621a07",
    "nonce_str": "3UjuirPh7HbaZ3HM",
    "timestamp": "1765615206",
    "signature": "f94e84ce41d40053e157f757e1ed9e6f",
    "schema_prefix": "snssdk1128://openplatform/share"
  },
  "request_id": "194068b8b71f43823ef408ec"
}