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
75b53a9f
Commit
75b53a9f
authored
Sep 16, 2022
by
陈思聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 调整请求云服接口后的数据结构
parent
cbc490d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
+1
-0
No files found.
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
View file @
75b53a9f
...
@@ -87,6 +87,7 @@ class UtilsFqAliyunService extends AppServiceBase {
...
@@ -87,6 +87,7 @@ class UtilsFqAliyunService extends AppServiceBase {
let
result
=
null
;
let
result
=
null
;
if
(
interface_params_info
.
isNewReq
&&
interface_params_info
.
isNewReq
==
1
)
{
if
(
interface_params_info
.
isNewReq
&&
interface_params_info
.
isNewReq
==
1
)
{
result
=
await
this
.
execPostByHeadDataTimeOut
(
pobj
.
actionBody
,
interface_params_info
.
opUrl
,
null
,
{
"X-Gsb-Ua-AppKey"
:
settings
.
fqReqToken
()})
result
=
await
this
.
execPostByHeadDataTimeOut
(
pobj
.
actionBody
,
interface_params_info
.
opUrl
,
null
,
{
"X-Gsb-Ua-AppKey"
:
settings
.
fqReqToken
()})
result
=
system
.
getResultSuccess
(
JSON
.
parse
(
result
.
stdout
),
"推送成功"
);
}
else
{
}
else
{
result
=
await
this
.
opAliyunClientPost
(
pobj
,
interface_params_info
.
opUrl
,
interface_params_info
.
key
,
interface_params_info
.
secret
,
pobj
.
actionBody
);
result
=
await
this
.
opAliyunClientPost
(
pobj
,
interface_params_info
.
opUrl
,
interface_params_info
.
key
,
interface_params_info
.
secret
,
pobj
.
actionBody
);
}
}
...
...
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