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-03-01 14:21:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
faf7a4c84264147bc75bf77953c1283528eaca0b
faf7a4c8
1 parent
71a74077
PI-11-HS CODE接口-01:
参数调整 mt 2023年2月24日18:02:22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
src/test/java/com/erry/iclear/dateInterface/ApiTest.java
View file @
faf7a4c
...
...
@@ -24,7 +24,7 @@ public class ApiTest {
//获取HSCODE接口地址
public
static
String
hscodeRequest
=
"hscode/hscodeRequest"
;
public
static
String
timeStamp
=
"16
49839249891
"
;
public
static
String
timeStamp
=
"16
24263798669
"
;
public
static
String
appId
=
"IDE"
;
public
static
String
appKey
=
"iClearExport"
;
//需要申请
...
...
@@ -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
(
"DEMO
2"
+
"iClearExportDemo2"
+
"fe9f015bd9f12c82
"
+
ApiTest
.
timeStamp
);
String
token
=
SHA256Util
.
getSHA256String
(
"DEMO
1"
+
"iClearExportDemo1"
+
"8c7f1108316abfb1
"
+
ApiTest
.
timeStamp
);
System
.
out
.
println
(
token
);
//D类申报的数据落地接口
...
...
Please
register
or
login
to post a comment