小红书发布-自用不对外

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

接口描述

小红书发布-自用不对外

请求参数

请求示例

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)
  })

返回示例

{}