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
dd200492
Commit
dd200492
authored
Oct 16, 2020
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lin update notes
parent
9c2fe430
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
+2
-2
igirl-channel-gateway/app/base/service/impl/utilsSve/utilsNeedSve.js
+1
-1
No files found.
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
View file @
dd200492
...
...
@@ -48,10 +48,10 @@ class TradetransferAPI extends APIBase {
case
"queryOrderState"
:
// 通知状态变更
opResult
=
await
this
.
utilsNeedSve
.
queryOrderState
(
pobj
);
break
;
case
"submitNeedAliEsp"
:
// 2020 0925 lin 新增 阿里文网文 服务商侧提供接口2.1 提交用户需求给服务商
case
"submitNeedAliEsp"
:
// 2020 0925 lin 新增 阿里文网文 服务商侧提供接口2.1 提交用户需求给服务商
-- 业务与submitNeed 删除此接口
opResult
=
await
this
.
utilsNeedSve
.
submitNeedAliEsp
(
pobj
);
break
;
case
"needCloseAliEsp"
:
// 2020 0926 lin 新增 阿里文网文 服务商侧提供接口2.2 关闭需求通知服务商
case
"needCloseAliEsp"
:
// 2020 0926 lin 新增 阿里文网文 服务商侧提供接口2.2 关闭需求通知服务商
-- 业务与needClose 删除此接口
opResult
=
await
this
.
utilsNeedSve
.
needCloseAliEsp
(
pobj
);
break
;
case
"produceNoticeAliEsp"
:
// 2020 0927 lin 新增 阿里文网文 服务商侧提供接口2.3 服务单通知服务商
...
...
igirl-channel-gateway/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
dd200492
...
...
@@ -55,7 +55,7 @@ class UtilsNeedSve extends AppServiceBase {
return
{
"requestId"
:
self
.
getUUID
(),
"success"
:
false
,
"errorMsg"
:
""
,
"errorMsg"
:
"
getTokenInfo fail
"
,
"errorCode"
:
"ok"
};
}
...
...
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