Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
884754b6
Commit
884754b6
authored
Oct 19, 2020
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lin
parent
743612fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
igirl-channel-gateway/app/config/routes/api.js
+2
-2
No files found.
igirl-channel-gateway/app/config/routes/api.js
View file @
884754b6
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment