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
bbfd3a2e
Commit
bbfd3a2e
authored
Nov 08, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
16cf47e3
b0ea6599
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+4
-1
center-channel/package.json
+1
-0
No files found.
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
bbfd3a2e
...
...
@@ -106,6 +106,10 @@ class UtilsNeedService extends AppServiceBase {
}
var
self
=
this
;
pobj
.
actionType
=
"receiveIcpFeedback"
;
if
(
pobj
.
actionBody
&&
pobj
.
actionBody
.
intentionStatus
){
pobj
.
intentionStatus
=
pobj
.
actionBody
.
intentionStatus
;
}
var
rtn
=
await
this
.
execClient
.
execPost
(
pobj
,
url
);
// 2020 0803 lin 修改;
if
(
pobj
.
intentionStatus
)
{
// 如果需求当前字段为5(已关闭)则通知fq
...
...
@@ -113,7 +117,6 @@ class UtilsNeedService extends AppServiceBase {
self
.
utilsPushSve
.
aliBusiness2Fq
(
pobj
,
"pushCloseICPNeed"
);
}
}
var
rtn
=
await
this
.
execClient
.
execPost
(
pobj
,
url
);
var
data
=
JSON
.
parse
(
rtn
.
stdout
);
return
data
;
}
...
...
center-channel/package.json
View file @
bbfd3a2e
...
...
@@ -57,6 +57,7 @@
"
sha256
"
:
"^0.2.0"
,
"
socket.io
"
:
"^2.1.1"
,
"
tenpay
"
:
"^2.1.18"
,
"
urlencode
"
:
"^1.1.0"
,
"
uuid
"
:
"^3.2.1"
,
"
wx-pay
"
:
"^1.0.2"
,
"
xml2js
"
:
"^0.4.23"
...
...
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