Commit 884754b6 by linboxuan

lin

parent 743612fd
......@@ -278,7 +278,7 @@ module.exports = function (app) {
});
// 2020 0927 lin 新增 阿里文网文 服务商侧提供接口2.3 服务单通知服务商
app.use('/esp/produce/notice', async function (req, res) {
app.use('/api/ali/esp/produce/notice', async function (req, res) {
try {
console.log(req.headers['content-type'])
if (req.headers['content-type'].indexOf('application/octet-stream') > -1) {
......@@ -306,7 +306,7 @@ module.exports = function (app) {
});
// 2020 0928 lin 新增 阿里文网文 服务商侧提供接口2.4 ⽤户⽅案反馈通知服务商
app.use('/esp/intention/solution/feedback', async function (req, res) {
app.use('/api/ali/esp/intention/solution/feedback', async function (req, res) {
try {
console.log(req.headers['content-type'])
if (req.headers['content-type'].indexOf('application/octet-stream') > -1) {
......
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