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-11 17:29:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e467fa357593f25d5c5de48309c3e84ba3da019
7e467fa3
1 parent
dc61f448
20230416上线脚本
mt 2023年4月11日17:28:54
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
doc/接口secrity明文.txt
sql/20230416/20230416.sql
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
doc/接口secrity明文.txt
View file @
7e467fa
...
...
@@ -21,8 +21,12 @@ md5 小写 16位
EMSiClearExportCTest
EMSiClearExportCProd
456efd的Secret
md5 小写 16位
明文:
456efdiClearExportCDev
456efdiClearExportCTest
456efdiClearExportCProd
...
...
sql/20230416/20230416.sql
0 → 100644
View file @
7e467fa
/**2023-04-16上线脚本**/
INSERT
INTO
T_ICLEAR_API_APPINFO
(
APPID
,
APPKEY
,
SECURITY
,
CREATE_TIME
,
IS_ENABLE
)
VALUES
(
'456efd'
,
'iClearExport456efd'
,
'95e08ebba5464e90'
,
GETDATE
(),
1
);
\ No newline at end of file
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
View file @
7e467fa
...
...
@@ -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
(
"
EMS"
+
"iClearExportEMS"
+
"808ac72c8c9833b2
"
+
ApiTest
.
timeStamp
);
String
token
=
SHA256Util
.
getSHA256String
(
"
456efd"
+
"iClearExport456efd"
+
"95e08ebba5464e90
"
+
ApiTest
.
timeStamp
);
System
.
out
.
println
(
token
);
//D类申报的数据落地接口
...
...
Please
register
or
login
to post a comment