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
cc3dbefa
Commit
cc3dbefa
authored
Dec 21, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
3c9aeb12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
center-order/app/base/api/impl/action/regapi.js
+12
-12
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
+0
-0
No files found.
center-order/app/base/api/impl/action/regapi.js
View file @
cc3dbefa
...
...
@@ -31,8 +31,8 @@ class RegAPI extends APIBase {
console
.
log
(
"pobj"
,
pobj
)
var
opResult
=
null
;
switch
(
action_type
)
{
case
"re
ceiveSolutionPayInfoNew
"
:
//接收reg方案状态及支付信息(方案支付后创建订单时调用)
opResult
=
await
this
.
regCenterOrderSve
.
re
ceiveSolutionPayInfoNew
(
pobj
);
case
"re
gReceiveSolutionPayInfo
"
:
//接收reg方案状态及支付信息(方案支付后创建订单时调用)
opResult
=
await
this
.
regCenterOrderSve
.
re
gReceiveSolutionPayInfo
(
pobj
);
break
;
// case "receiveOrderStatusNotify"://接收订单状态推送 百度reg 2.3
// opResult = await this.regCenterOrderSve.receiveOrderStatusNotify(pobj);
...
...
@@ -50,20 +50,20 @@ class RegAPI extends APIBase {
opResult
=
await
this
.
regCenterOrderSve
.
submitRegNeed
(
pobj
,
pobj
.
actionBody
,
req
);
break
;
case
"
submitReg
Solution"
:
//方案提交
opResult
=
await
this
.
regCenterOrderSve
.
submitReg
Solution
(
pobj
);
case
"
regSubmit
Solution"
:
//方案提交
opResult
=
await
this
.
regCenterOrderSve
.
regSubmit
Solution
(
pobj
);
break
;
case
"
writeReg
CommunicationLog"
:
//新增沟通记录
opResult
=
await
this
.
regCenterOrderSve
.
writeReg
CommunicationLog
(
pobj
);
case
"
regWrite
CommunicationLog"
:
//新增沟通记录
opResult
=
await
this
.
regCenterOrderSve
.
regWrite
CommunicationLog
(
pobj
);
break
;
case
"
queryExpertReg
CommunicationLogs"
:
//获取沟通记录
opResult
=
await
this
.
regCenterOrderSve
.
queryExpertReg
CommunicationLogs
(
pobj
);
case
"
regQueryExpert
CommunicationLogs"
:
//获取沟通记录
opResult
=
await
this
.
regCenterOrderSve
.
regQueryExpert
CommunicationLogs
(
pobj
);
break
;
case
"
updateRegOrder
tatus"
:
//提交交付信息/修改订单状态
opResult
=
await
this
.
regCenterOrderSve
.
updateRegOrder
tatus
(
pobj
);
case
"
regUpdateOrderS
tatus"
:
//提交交付信息/修改订单状态
opResult
=
await
this
.
regCenterOrderSve
.
regUpdateOrderS
tatus
(
pobj
);
break
;
case
"
closeRegNeed
"
:
//前端关闭reg需求及方案
opResult
=
await
this
.
regCenterOrderSve
.
closeRegNeed
(
pobj
);
case
"
regNeedClose
"
:
//前端关闭reg需求及方案
opResult
=
await
this
.
regCenterOrderSve
.
regNeedClose
(
pobj
);
break
;
case
"getRegInfoByChannelNeedNo"
:
//获取需求方案列表
opResult
=
await
this
.
regCenterOrderSve
.
reqCenterOrderApi
(
pobj
);
...
...
center-order/app/base/service/impl/qcutils/regCenterOrderSve.js
View file @
cc3dbefa
This diff is collapsed.
Click to expand it.
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