提交 0e239e1e authored 作者: zyx's avatar zyx

update

上级 43a88442
...@@ -19,6 +19,7 @@ const getData = (req, res) => { ...@@ -19,6 +19,7 @@ const getData = (req, res) => {
'Content-Type': 'application/x-www-form-urlencoded' 'Content-Type': 'application/x-www-form-urlencoded'
} }
}, function (str, cookieStr) { }, function (str, cookieStr) {
console.error('接口读取数据', str)
res.status(200).json(JSON.parse(str)) res.status(200).json(JSON.parse(str))
}) })
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论