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-13 18:45:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa5d34c761563069c2ec2cdcef423026f9ea918c
aa5d34c7
1 parent
1aefecbb
hscode接口测试用例
mt 2023年2月13日18:45:19
Show 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 @
aa5d34c
...
...
@@ -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