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-04-13 14:56:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
73485099177f880a11d86186c2a19461b5c7fc3a
73485099
1 parent
7e467fa3
增加进口账号
mt 2023年4月13日14:56:27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
doc/接口secrity明文.txt
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
doc/接口secrity明文.txt
View file @
7348509
...
...
@@ -28,6 +28,12 @@ md5 小写 16位
456efdiClearExportCTest
456efdiClearExportCProd
IMPORT的Secret
md5 小写 16位
明文:
IMPORTiClearExportCDev
IMPORTiClearExportCTest
IMPORTiClearExportCProd
...
...
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
View file @
7348509
...
...
@@ -33,7 +33,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
(
"
456efd"
+
"iClearExport456efd"
+
"95e08ebba5464e90
"
+
ApiTest
.
timeStamp
);
String
token
=
SHA256Util
.
getSHA256String
(
"
IMPORT"
+
"iClearExportIMPORT"
+
"2486378add08d872
"
+
ApiTest
.
timeStamp
);
System
.
out
.
println
(
token
);
//D类申报的数据落地接口
...
...
Please
register
or
login
to post a comment