查询GetStuff

GET
https://xxapi.tjaxwl.cn/api/GetStuff

接口描述

GetStuff

请求参数

暂无数据

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: '/www/wwwroot/Hello'
}

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

返回示例

{
  json
}