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
3b70325b
Commit
3b70325b
authored
Nov 10, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugaiIcptype
parent
deab83bc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
25 deletions
+30
-25
center-channel/app/base/api/impl/action/qcapi.js
+21
-21
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
+1
-1
center-channel/app/base/service/impl/common/ncSve.js
+0
-0
center-channel/app/base/service/impl/common/rtSve.js
+0
-0
center-channel/app/config/businessConfig.js
+8
-3
No files found.
center-channel/app/base/api/impl/action/qcapi.js
View file @
3b70325b
...
...
@@ -56,38 +56,38 @@ class QcAPI extends APIBase {
// --------- 文网文 ---------
case
"
s
erviceSubmitOption"
:
//服务商提交服务操作(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
s
erviceSubmitOption
(
pobj
);
case
"
ncS
erviceSubmitOption"
:
//服务商提交服务操作(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
ncS
erviceSubmitOption
(
pobj
);
break
;
case
"
submitWangwen
Solution"
:
//提交方案(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
submitWangwen
Solution
(
pobj
);
case
"
ncSubmit
Solution"
:
//提交方案(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
ncSubmit
Solution
(
pobj
);
break
;
case
"
c
loseNeed"
:
//关闭需求(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
c
loseNeed
(
pobj
);
case
"
ncC
loseNeed"
:
//关闭需求(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
ncC
loseNeed
(
pobj
);
break
;
case
"
r
ecordLog"
:
//提交沟通记录(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
r
ecordLog
(
pobj
);
case
"
ncR
ecordLog"
:
//提交沟通记录(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
ncR
ecordLog
(
pobj
);
break
;
case
"
r
ecordLogList"
:
//查询沟通记录(文网文)2020-9-29
opResult
=
await
this
.
qcCenterOrderSve
.
r
ecordLogList
(
pobj
);
case
"
ncR
ecordLogList"
:
//查询沟通记录(文网文)2020-9-29
opResult
=
await
this
.
qcCenterOrderSve
.
ncR
ecordLogList
(
pobj
);
break
;
// ---------
食品
---------
// ---------
广电
---------
case
"
food
ServiceSubmitOption"
:
//服务商提交服务操作(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
food
ServiceSubmitOption
(
pobj
);
case
"
rt
ServiceSubmitOption"
:
//服务商提交服务操作(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
rt
ServiceSubmitOption
(
pobj
);
break
;
case
"
submitFood
Solution"
:
//提交方案(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
submitFood
Solution
(
pobj
);
case
"
rtSubmit
Solution"
:
//提交方案(文网文)2020-9-26
opResult
=
await
this
.
qcCenterOrderSve
.
rtSubmit
Solution
(
pobj
);
break
;
case
"
food
CloseNeed"
:
//关闭需求(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
food
CloseNeed
(
pobj
);
case
"
rt
CloseNeed"
:
//关闭需求(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
rt
CloseNeed
(
pobj
);
break
;
case
"
food
RecordLog"
:
//提交沟通记录(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
food
RecordLog
(
pobj
);
case
"
rt
RecordLog"
:
//提交沟通记录(文网文)2020-9-28
opResult
=
await
this
.
qcCenterOrderSve
.
rt
RecordLog
(
pobj
);
break
;
case
"
food
RecordLogList"
:
//查询沟通记录(文网文)2020-9-29
opResult
=
await
this
.
qcCenterOrderSve
.
food
RecordLogList
(
pobj
);
case
"
rt
RecordLogList"
:
//查询沟通记录(文网文)2020-9-29
opResult
=
await
this
.
qcCenterOrderSve
.
rt
RecordLogList
(
pobj
);
break
;
default
:
...
...
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
View file @
3b70325b
...
...
@@ -138,7 +138,7 @@ class BaseCenterOrderService extends AppServiceBase {
companyName
:
solution
.
CompanyName
,
companyAddress
:
solution
.
CompanyAddress
,
area
:
solution
.
Area
,
type
:
solution
.
Action
Type
type
:
solution
.
Icp
Type
};
if
(
needsolution
.
channelSolutionNo
)
{
pushObj
[
"bizId"
]
=
needsolution
.
channelSolutionNo
;
...
...
center-channel/app/base/service/impl/common/ncSve.js
0 → 100644
View file @
3b70325b
This diff is collapsed.
Click to expand it.
center-channel/app/base/service/impl/common/rtSve.js
0 → 100644
View file @
3b70325b
This diff is collapsed.
Click to expand it.
center-channel/app/config/businessConfig.js
View file @
3b70325b
...
...
@@ -14,11 +14,16 @@ module.exports = {
"orderTotalSum"
,
"collect"
,
"reg"
,
"orderCheck"
,
"getReOrderList"
,
"getOfficalList"
,
"addReviewList"
,
"opSubmitNeed"
,
"opNeedClose"
,
"opNeedList"
,
"getItemByNeedNo"
,
"opNeedDetailByChannelNo"
,
"getNeedListUser"
,
"manualEvaluation"
,
"diagnosisInfo"
,
"check"
,
"enterpriseInfo"
,
"diagnosisDetail"
,
"submitIcpIntention"
,
"queryIntentionList"
,
"confirmIcpIntention"
,
"tmAccept"
,
"tmStatus"
,
"needBatchUpload"
,
"
serviceSubmitOption"
,
"submitWangwenSolution"
,
"closeNeed"
,
"recordLog"
,
"recordLogList"
,
"foodServiceSubmitOption"
,
"submitFood
Solution"
,
"
foodCloseNeed"
,
"foodRecordLog"
,
"foodRecordLogList
"
,
"getParamsFor360"
,
"addOrderWeb"
,
"getPayRecords"
,
"getLoginInfo"
,
"putUserMobileByVcode"
,
"
ncServiceSubmitOption"
,
"ncSubmitSolution"
,
"ncCloseNeed"
,
"ncWriteCommunicationRecord"
,
"ncGetCommunicationRecord"
,
"rtServiceSubmitOption"
,
"rtSubmit
Solution"
,
"
rtCloseNeed"
,
"rtWriteCommunicationRecord"
,
"rtGetCommunicationRecord
"
,
"getParamsFor360"
,
"addOrderWeb"
,
"getPayRecords"
,
"getLoginInfo"
,
"putUserMobileByVcode"
,
"putUserPwdByMobile"
,
"icpNotifyNew"
],
apiMustUserpinList
:
[
"submitNeed"
,
"paySuccess"
,
"icpNotify"
,
"getLoginInfo"
,
"icpNotifyNew"
,
"submitIcpProgramme"
,
"serviceProviderSubmitMaterial"
,
"abolishIcpProgramme"
,
"submitService"
,
"serviceProviderNotification"
],
apiMustUserpinList
:
[
"submitNeed"
,
"paySuccess"
,
"icpNotify"
,
"getLoginInfo"
,
"icpNotifyNew"
,
"submitIcpProgramme"
,
"serviceProviderSubmitMaterial"
,
"abolishIcpProgramme"
,
"submitService"
,
"serviceProviderNotification"
,
"ncServiceSubmitOption"
,
"ncSubmitSolution"
,
"ncCloseNeed"
,
"ncWriteCommunicationRecord"
,
"ncGetCommunicationRecord"
,
"rtServiceSubmitOption"
,
"rtSubmitSolution"
,
"rtCloseNeed"
,
"rtWriteCommunicationRecord"
,
"rtGetCommunicationRecord"
,
],
apiSecretPathList
:
[
"/api/icp/consultation/submit"
,
"/api/icp/feedback/submit"
,
"/api/icp/order/notify"
,
"/api/opreceive/service/create"
,
"/api/icp/order/close"
,
"/api/opreceive/service/notify"
]
}
}
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