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
b28b8850
Commit
b28b8850
authored
Jan 27, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/center-channel' into center-channel
parents
695521ff
758f1952
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
+2
-2
No files found.
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
View file @
b28b8850
...
...
@@ -86,7 +86,7 @@ class UtilsFqAliyunService extends AppServiceBase {
try
{
var
rc
=
system
.
getObject
(
"util.aliyunClient"
);
var
rtn
=
await
rc
.
post
(
url
,
key
,
secret
,
params
);
//
console.log(JSON.stringify(rtn), "-----------结果1--------");
console
.
log
(
JSON
.
stringify
(
rtn
),
"-----------结果1--------"
);
if
((
rtn
.
code
!=
200
||
rtn
.
code
!=
"200"
)
&&
rtn
.
success
!=
true
)
{
return
system
.
getResult
(
null
,
"推送失败,失败原因:"
+
JSON
.
stringify
(
rtn
));
}
...
...
@@ -110,7 +110,7 @@ class UtilsFqAliyunService extends AppServiceBase {
try
{
var
rc
=
system
.
getObject
(
"util.aliyunClient"
);
var
rtn
=
await
rc
.
post
(
url
,
key
,
secret
,
params
);
//
console.log(JSON.stringify(rtn), "-----------结果2--------");
console
.
log
(
JSON
.
stringify
(
rtn
),
"-----------结果2--------"
);
if
((
rtn
.
code
!=
200
||
rtn
.
code
!=
"200"
)
&&
rtn
.
success
!=
true
)
{
return
system
.
getResult
(
null
,
"推送失败,失败原因:"
+
JSON
.
stringify
(
rtn
));
}
...
...
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