FindStuffName

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

接口描述

FindStuff

请求参数

暂无数据

请求示例

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
}