Commit b25df4fd authored by wang's avatar wang

收集环境

parent 06d2d391
......@@ -290,7 +290,8 @@ class PxBypass {
let cks = Object.keys(this.cookies).map((v, k) => `${v}=${this.cookies[v]}`).join('; ')
this.log.info('cookie', cks)
let res = await axios.post('http://aws-lcc.unififi.com/header/add', JSON.stringify({
// let res = await axios.post('http://aws-lcc.unififi.com/header/add', JSON.stringify({
let res = await axios.post('http://52.52.23.116/header/add', JSON.stringify({
'brush_fromto': 'LAS-BOS',
'brush_fromdate': '2023-05-26',
'brush_header': headers,
......
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