Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-11-29 17:52:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00da745dc4471eab0e394fe38e1d7f34a0069b3e
00da745d
1 parent
5a79e319
添加 | 新增APPID-inmylove
mt 2023年11月29日17:52:38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
doc/接口secrity明文.txt
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
doc/接口secrity明文.txt
View file @
00da745
...
...
@@ -77,6 +77,13 @@ md5 小写 16位
fshejiaiClearExportCTest
fshejiaiClearExportCProd
inmylove的Secret
md5 小写 16位
明文:
inmyloveiClearExportCDev
inmyloveiClearExportCTest
inmyloveiClearExportCProd
1、接口数据模型调研 2
2、设计数据接口 2
...
...
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
View file @
00da745
...
...
@@ -34,7 +34,7 @@ public class ApiTest {
public
static
void
main
(
String
[]
args
)
throws
Exception
{
// BASF,iClearExportC,6db193cb4165a71b
System
.
out
.
println
(
new
Date
(
Long
.
valueOf
(
timeStamp
)));
String
token
=
SHA256Util
.
getSHA256String
(
"
fshejia"
+
"iClearExportfshejia"
+
"d02a5272d2be948a
"
+
ApiTest
.
timeStamp
);
String
token
=
SHA256Util
.
getSHA256String
(
"
inmylove"
+
"iClearExportinmylove"
+
"5190386d373b2ab4
"
+
ApiTest
.
timeStamp
);
System
.
out
.
println
(
token
);
Date
date
=
new
Date
(
Long
.
valueOf
(
222223L
));
...
...
Please
register
or
login
to post a comment