Merge branches 'master' and 'master-weblogic' of http://118.178.128.178//Fedex/iClear-api
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -20,11 +20,11 @@ public class HscodeRequest { | ... | @@ -20,11 +20,11 @@ public class HscodeRequest { |
| 20 | //时间戳 | 20 | //时间戳 |
| 21 | public static String timeStamp = "1649839249891"; | 21 | public static String timeStamp = "1649839249891"; |
| 22 | //APPID | 22 | //APPID |
| 23 | - public static String appId = "BASF"; | 23 | + public static String appId = "DEMO1"; |
| 24 | //APPKEY | 24 | //APPKEY |
| 25 | - public static String appKey = "iClearExportC"; | 25 | + public static String appKey = "iClearExportDemo1"; |
| 26 | //需要申请 | 26 | //需要申请 |
| 27 | - public static String security = "6db193cb4165a71b"; | 27 | + public static String security = "8c7f1108316abfb1"; |
| 28 | 28 | ||
| 29 | public static void main(String[] args) throws Exception{ | 29 | public static void main(String[] args) throws Exception{ |
| 30 | hscodeRequest(); | 30 | hscodeRequest(); | ... | ... |
-
Please register or login to post a comment