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
84aa10c0
Commit
84aa10c0
authored
Apr 28, 2021
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冗余代码
parent
4adb78d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
36 deletions
+1
-36
center-channel/app/base/api/impl/action/opNeed.js
+0
-7
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
+1
-16
center-channel/app/base/service/impl/common/regCenterOrderSve.js
+0
-13
No files found.
center-channel/app/base/api/impl/action/opNeed.js
View file @
84aa10c0
...
@@ -46,13 +46,6 @@ class OpNeed extends APIBase {
...
@@ -46,13 +46,6 @@ class OpNeed extends APIBase {
case
"test"
:
//2020 0826 lin 测试使用
case
"test"
:
//2020 0826 lin 测试使用
opResult
=
await
this
.
utilsOpNeedSve
.
test
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsOpNeedSve
.
test
(
pobj
,
pobj
.
actionBody
);
break
;
break
;
// case "getItemByChannelNeedNo"://方案反馈
// opResult = await this.utilsOpNeedSve.getItemByChannelNeedNo(pobj, pobj.actionBody);
// break;
// case "receiveFeedback"://关闭方案
// opResult = await this.centerorderSve.reqCenterOrderApi(pobj);
// break;
//企服通统计页面接口----start
//企服通统计页面接口----start
case
"getStatisticsByUappId"
:
case
"getStatisticsByUappId"
:
opResult
=
await
this
.
utilsOpNeedSve
.
getStatisticsByUappId
(
pobj
);
opResult
=
await
this
.
utilsOpNeedSve
.
getStatisticsByUappId
(
pobj
);
...
...
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
View file @
84aa10c0
...
@@ -856,22 +856,7 @@ class BaseCenterOrderService extends AppServiceBase {
...
@@ -856,22 +856,7 @@ class BaseCenterOrderService extends AppServiceBase {
}
}
return
res
;
return
res
;
}
}
//交付单关闭 ???????????????
async
closeOrderDelivery
(
pobj
)
{
var
res
=
await
this
.
reqCenterOrderApi
(
pobj
,
"action/qcapi/springBoard"
);
if
(
res
&&
res
.
status
==
0
&&
res
.
data
)
{
var
needsolution
=
res
.
data
;
//方案信息
var
ab
=
pobj
.
actionBody
;
//推送数据至阿里
var
pushObj
=
{
BizId
:
needsolution
.
channelSolutionNo
,
Note
:
ab
.
note
};
//关闭方案
this
.
aliclient
.
reqbyget
({
action
:
"CloseIcpProduce"
,
reqbody
:
pushObj
,
apiVersion
:
"2019-05-08"
});
return
system
.
getResultSuccess
();
}
return
res
;
}
//易名退款,关闭订单 2021-3-23
//易名退款,关闭订单 2021-3-23
async
eNameCloseOrder
(
pobj
){
async
eNameCloseOrder
(
pobj
){
...
...
center-channel/app/base/service/impl/common/regCenterOrderSve.js
View file @
84aa10c0
...
@@ -178,19 +178,6 @@ class RegCenterOrderService extends AppServiceBase {
...
@@ -178,19 +178,6 @@ class RegCenterOrderService extends AppServiceBase {
var
itemResult
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
var
itemResult
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
return
itemResult
;
return
itemResult
;
}
}
/**
* 获取方案详情
* @param {*} pobj
* @param {*} actionBody bizId 渠道方案号
*/
async
getSolutionByChannelOrderNo
(
pobj
,
actionBody
)
{
if
(
!
actionBody
.
orderNo
)
{
return
system
.
getResult
(
null
,
"actionBody.orderNo can not be empty,100390"
);
}
var
reqUrl
=
this
.
centerOrderUrl
+
"action/need/springBoard"
;
var
itemResult
=
await
this
.
restPostUrl
(
pobj
,
reqUrl
);
return
itemResult
;
}
/**
/**
* 获取需求详情
* 获取需求详情
...
...
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