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
0de9bc27
Commit
0de9bc27
authored
Mar 30, 2021
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除多余的代码
parent
a282bedd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
center-channel/app/base/service/impl/common/signSve.js
+1
-1
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
+4
-1
No files found.
center-channel/app/base/service/impl/common/signSve.js
View file @
0de9bc27
...
...
@@ -192,7 +192,7 @@ module.exports = SignService;
// };
//需求
// var obj={
// "intentionBizId": "baidu_test_0009
0
",
// "intentionBizId": "baidu_test_0009
1
",
// "phone": "18506013355",
// "userName": "测试03",
// "description": "测试03描述",
...
...
center-channel/app/base/service/impl/utilsSve/utilsFqAliyunSve.js
View file @
0de9bc27
...
...
@@ -114,7 +114,10 @@ class UtilsFqAliyunService extends AppServiceBase {
try
{
var
rc
=
system
.
getObject
(
"util.aliyunClient"
);
var
rtn
=
await
rc
.
post
(
url
,
key
,
secret
,
params
);
console
.
log
(
typeof
(
rtn
),
".....................typeof.........................11111111......"
)
if
(
typeof
(
rtn
)
==
"string"
)
{
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
);
...
...
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