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-02-15 18:49:00 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
2b40cb4ea81f9c1692b07d2b9a7be9450424808a
2b40cb4e
2 parents
470455e1
aa5d34c7
Merge branches 'master' and 'master-weblogic' of
http://118.178.128.178//Fedex/iClear-api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/test/java/com/erry/iclear/dateInterface/HscodeRequest.java
src/test/java/com/erry/iclear/dateInterface/HscodeRequest.java
View file @
2b40cb4
...
...
@@ -20,11 +20,11 @@ public class HscodeRequest {
//时间戳
public
static
String
timeStamp
=
"1649839249891"
;
//APPID
public
static
String
appId
=
"
BASF
"
;
public
static
String
appId
=
"
DEMO1
"
;
//APPKEY
public
static
String
appKey
=
"iClearExport
C
"
;
public
static
String
appKey
=
"iClearExport
Demo1
"
;
//需要申请
public
static
String
security
=
"
6db193cb4165a71b
"
;
public
static
String
security
=
"
8c7f1108316abfb1
"
;
public
static
void
main
(
String
[]
args
)
throws
Exception
{
hscodeRequest
();
...
...
Please
register
or
login
to post a comment