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
91d985d6
Commit
91d985d6
authored
Mar 30, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改多余参数
parent
0de9bc27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
10 deletions
+1
-10
center-channel/app/base/api/impl/action/tradetransfer.js
+0
-1
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
+1
-9
No files found.
center-channel/app/base/api/impl/action/tradetransfer.js
View file @
91d985d6
...
@@ -92,7 +92,6 @@ class TradetransferAPI extends WEBBase {
...
@@ -92,7 +92,6 @@ class TradetransferAPI extends WEBBase {
//阿里网关
//阿里网关
async
aliclienttransfer
(
p
,
obj
)
{
async
aliclienttransfer
(
p
,
obj
)
{
console
.
log
(
"----------------sssssssssssssssssss-------------------------------------------"
)
console
.
log
(
p
.
actionBody
)
console
.
log
(
p
.
actionBody
)
if
(
p
.
actionBody
)
{
if
(
p
.
actionBody
)
{
console
.
log
(
p
.
actionBody
)
console
.
log
(
p
.
actionBody
)
...
...
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
View file @
91d985d6
...
@@ -117,16 +117,8 @@ class UtilsFqAliyunService extends AppServiceBase {
...
@@ -117,16 +117,8 @@ class UtilsFqAliyunService extends AppServiceBase {
if
(
typeof
(
rtn
)
==
"string"
)
{
if
(
typeof
(
rtn
)
==
"string"
)
{
rtn
=
JSON
.
parse
(
rtn
);
rtn
=
JSON
.
parse
(
rtn
);
}
}
console
.
log
(
typeof
(
rtn
),
".....................typeof.........................11111111......"
)
let
tmpSuccess
=
rtn
.
success
;
let
tmpCode
=
rtn
.
code
;
this
.
execClientNew
.
execLogs
(
`utilsFqAliyunSve-opAliyunClientPost-result:url=
${
url
}
`
,
pobj
,
"center-channel-opAliyunClientPost"
,
rtn
,
null
);
this
.
execClientNew
.
execLogs
(
`utilsFqAliyunSve-opAliyunClientPost-result:url=
${
url
}
`
,
pobj
,
"center-channel-opAliyunClientPost"
,
rtn
,
null
);
console
.
log
(
rtn
,
".....................opAliyunClientPost.........................11111111......"
)
if
(
rtn
.
success
&&
rtn
.
code
==
200
)
{
console
.
log
(
JSON
.
stringify
(
rtn
),
".....................opAliyunClientPost............22222..................."
)
console
.
log
(
rtn
,
".....................opAliyunClientPost.........................11111111.22222222222222222....."
)
console
.
log
(
tmpSuccess
,
".....................opAliyunClientPost............3333..................."
)
console
.
log
(
tmpCode
,
".....................opAliyunClientPost............4444..................."
)
if
(
tmpSuccess
&&
tmpCode
==
200
)
{
return
system
.
getResultSuccess
(
rtn
.
data
,
"推送成功"
);
return
system
.
getResultSuccess
(
rtn
.
data
,
"推送成功"
);
}
else
{
}
else
{
return
system
.
getResultFail
(
-
1
,
`推送失败,失败原因11:
${
JSON
.
stringify
(
rtn
)}
`
);
return
system
.
getResultFail
(
-
1
,
`推送失败,失败原因11:
${
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