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
11089758
Commit
11089758
authored
Aug 19, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdy
parent
9071f0f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
14 deletions
+7
-14
center-channel/app/base/api/impl/opreceive/need.js
+3
-0
center-channel/app/base/service/impl/common/qcCenterOrderSve.js
+1
-1
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+3
-13
No files found.
center-channel/app/base/api/impl/opreceive/need.js
View file @
11089758
...
...
@@ -76,6 +76,9 @@ class Need extends APIBase {
case
"getaliicpProduce"
:
//方案询价
opResult
=
await
this
.
centerorderSve
.
getaliicpProduce
(
pobj
);
break
;
case
"testsymq"
:
opResult
=
await
this
.
utilsNeedSve
.
testsymq
(
pobj
);
break
;
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
break
;
...
...
center-channel/app/base/service/impl/common/qcCenterOrderSve.js
View file @
11089758
...
...
@@ -76,7 +76,7 @@ class QcCenterOrderService extends AppServiceBase {
requestId
:
pobj
.
requestId
||
""
,
op
:
"service/impl/common/qcCenterOrderSve.js/submitIcpProgramme"
,
content
:
JSON
.
stringify
(
pobj
),
resultInfo
:
needinfo
,
resultInfo
:
JSON
.
stringify
(
needinfo
)
,
optitle
:
"createSolution推送蜂擎获取的接口信息->aliBusiness2Delivery"
,
});
var
reqParams
=
{
...
...
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
11089758
...
...
@@ -433,19 +433,9 @@ class UtilsNeedService extends AppServiceBase {
return
system
.
getResultSuccess
(
res
);
}
async
test
(
pobj
)
{
let
res
=
await
this
.
aliclient
.
reqbyget
({
action
:
"QueryTradeIntentionUserList"
,
reqbody
:
{
BeginTime
:
pobj
.
actionBody
.
BeginTime
?
pobj
.
actionBody
.
BeginTime
:
""
,
EndTime
:
pobj
.
actionBody
.
EndTime
?
pobj
.
actionBody
.
EndTime
:
""
,
BizId
:
"20200817115056000001"
,
Type
:
"5"
,
PageNum
:
pobj
.
actionBody
.
pageNum
||
1
,
PageSize
:
pobj
.
actionBody
.
pageSize
||
10
,
},
apiVersion
:
"2019-05-08"
});
return
system
.
getResultSuccess
(
res
);
async
testsymq
(
pobj
)
{
var
a
=
await
this
.
utilsPushSve
.
aliBusiness2Delivery
(
pobj
.
actionBody
,
pobj
.
actionBody
.
pushtype
);
return
system
.
getResultSuccess
(
a
);
}
...
...
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