refactor project

This commit is contained in:
Cauchy
2023-10-19 15:04:31 +08:00
parent 19a2ef58a9
commit 1994ba60ae
35 changed files with 274 additions and 226 deletions

View File

@@ -85,4 +85,20 @@ public class Constants {
* 快递接口 - 查询 URL
*/
public static final String EXPRESS_QUERY_URL = "https://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx";
/**
* 韵达客户号
*/
public static final String EXPRESS_YD_CUSTOMER_NAME = "263467666272";
/**
* 韵达客户密码
*/
public static final String EXPRESS_YD_CUSTOMER_PWD = "bWPRSpVu7x9wrDENd3TIaGnj8ZfekB";
/**
* 顺丰
*/
public static final String EXPRESS_COMPANY_CODE_SF = "SF";
/**
* 韵达
*/
public static final String EXPRESS_COMPANY_CODE_YD = "YD";
}