Commit 538afb6b authored by wty's avatar wty

上线test3

parent adac4b9f
...@@ -16,6 +16,11 @@ getMysql.then(Mysql => { ...@@ -16,6 +16,11 @@ getMysql.then(Mysql => {
return return
} }
request(domain + '/query/queryToolBox', {}, (error, response, body) => { request(domain + '/query/queryToolBox', {}, (error, response, body) => {
if (error) {
console.error(error)
res.send({success: false,err : error})
return
}
console.log(domain + '/query/queryToolBox') console.log(domain + '/query/queryToolBox')
console.log('body:', body) console.log('body:', body)
const data = JSON.parse(body).data const data = JSON.parse(body).data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment