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
b3dcd9e2
Commit
b3dcd9e2
authored
Jan 26, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
e8f105db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
+5
-5
No files found.
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
View file @
b3dcd9e2
...
...
@@ -9,7 +9,7 @@ class TradetransferAPI extends APIBase {
this
.
channelApiUrl
=
settings
.
channelApiUrl
();
this
.
utilsNeedSve
=
system
.
getObject
(
"service.utilsSve.utilsNeedSve"
);
this
.
regCenterOrderSve
=
system
.
getObject
(
"service.utilsSve.regCenterOrderSve"
);
}
/**
...
...
@@ -19,8 +19,8 @@ class TradetransferAPI extends APIBase {
* actionBody 执行的参数
*/
async
springBoard
(
pobj
,
qobj
,
req
)
{
console
.
log
(
pobj
);
console
.
log
(
req
);
console
.
log
(
pobj
,
".....pobj....springBoard"
);
console
.
log
(
req
,
".....req....springBoard"
);
if
(
!
pobj
.
action_type
)
{
return
system
.
getResult
(
null
,
"actionType参数不能为空"
);
}
...
...
@@ -76,7 +76,7 @@ class TradetransferAPI extends APIBase {
case
"soulutionFeebackAliEsp"
:
// 2020 0928 lin 新增 阿里文网文 服务商侧提供接口2.4 ⽤户⽅案反馈通知服务商
opResult
=
await
this
.
utilsNeedSve
.
soulutionFeebackAliEsp
(
pobj
);
break
;
// -------------提交reg需求--------laolan 2020.12.16-------百度reg接入使用--------start------------------
case
"submitRegNeed"
:
//提交reg需求
opResult
=
await
this
.
regCenterOrderSve
.
reqcenterchannel2
(
pobj
);
...
...
@@ -90,7 +90,7 @@ class TradetransferAPI extends APIBase {
case
"regOrderClose"
:
//关闭reg订单
opResult
=
await
this
.
regCenterOrderSve
.
regOrderClose
(
pobj
);
break
;
// -------------提交reg需求--------laolan 2020.12.16-------百度reg接入使用--------end------------------
// -------------提交reg需求--------laolan 2020.12.16-------百度reg接入使用--------end------------------
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
break
;
...
...
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