提交 80d0c703 authored 作者: zyx's avatar zyx

update

上级 becd1d8c
......@@ -6,13 +6,13 @@ const Proxy = com.Proxy
const use = (req, res) => {
Proxy.reqHttps({
hostname: 'zws-api2.ezijing.com',
hostname: 'zws-api.ezijing.com',
path: req.originalUrl,
method: req.method,
data: {},
query: {},
headers: {
'Host': 'zws-api2.ezijing.com',
'Host': 'zws-api.ezijing.com',
'Cookie': req.headers.cookie || '',
'User-Agent': req.headers['user-agent'],
'Content-Type': 'application/x-www-form-urlencoded'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论