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
3a987af0
Commit
3a987af0
authored
Mar 08, 2022
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add header appcode
parent
2df88750
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
center-channel/app/base/service/impl/utilsSve/utilsDeliverSystemSve.js
+15
-3
No files found.
center-channel/app/base/service/impl/utilsSve/utilsDeliverSystemSve.js
View file @
3a987af0
...
...
@@ -31,9 +31,21 @@ class UtilsDeliverSystemService extends AppServiceBase {
// },
// requestId: pobj.requestId || "" // N 请求id
// }
let
parms
=
{
actionType
:
interface_params_info
.
actionType
,
actionBody
:
pobj
.
actionBody
let
params
=
null
let
headInfo
=
{}
if
(
req
.
appInfo
){
headInfo
[
"appcode"
]
=
req
.
appInfo
.
app_code
parms
=
{
actionType
:
interface_params_info
.
actionType
,
actionBody
:
pobj
.
actionBody
,
headData
:
headInfo
}
}
else
{
parms
=
{
actionType
:
interface_params_info
.
actionType
,
actionBody
:
pobj
.
actionBody
}
}
let
url
=
interface_params_info
.
opUrl
;
var
opQueuePushClientPostRes
=
await
this
.
opQueuePushClientPost
(
pobj
,
url
,
parms
);
...
...
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