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
d1828780
Commit
d1828780
authored
Mar 31, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
c254621c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
center-app/app/base/service/impl/utilsSve/utilsuserSve.js
+3
-3
No files found.
center-app/app/base/service/impl/utilsSve/utilsuserSve.js
View file @
d1828780
...
...
@@ -65,7 +65,7 @@ class UtilsUserSve extends AppServiceBase {
}
var
timeStamp
=
Date
.
now
();
var
nonceStr
=
await
this
.
getBusUid
(
"sy"
);
var
nowPageUrl
=
pobj
.
actionBody
&&
pobj
.
actionBody
.
nowPageUrl
?
pobj
.
actionBody
.
nowPageUrl
:
"http://alitm.qifu.gongsibao.com
"
;
var
nowPageUrl
=
"http://alitm.qifu.gongsibao.com/"
;
//pobj.actionBody && pobj.actionBody.nowPageUrl ? pobj.actionBody.nowPageUrl : "http://alitm.qifu.gongsibao.com/
";
var
parameters
=
{
agentId
:
item
.
agent_id
,
corpId
:
item
.
corp_id
,
...
...
@@ -140,14 +140,14 @@ class UtilsUserSve extends AppServiceBase {
var
sha1
=
cryptoJS
.
createHash
(
'sha1'
);
sha1
.
update
(
plainTex
,
'utf8'
);
let
signature
=
sha1
.
digest
(
'hex'
);
let
signature
=
sha1
.
digest
(
'hex'
);
this
.
logCtl
.
info
({
appid
:
pobj
.
appInfo
?
pobj
.
appInfo
.
uapp_id
:
""
,
appkey
:
pobj
.
appInfo
?
pobj
.
appInfo
.
uapp_key
:
""
,
op
:
"center-app/app/base/service/impl/utilsSve/utilsuserSve.js/getJsApiSingnature"
,
content
:
"参数:"
+
plainTex
+
",signature="
+
signature
,
optitle
:
"记录钉钉鉴权签名信息参数
4
"
,
optitle
:
"记录钉钉鉴权签名信息参数
5
"
,
});
return
signature
;
...
...
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