物流查询

This commit is contained in:
砂糖
2025-07-24 15:45:18 +08:00
parent 5e1afb293e
commit 56409a9340
27 changed files with 3950 additions and 2 deletions

5
util/enums.js Normal file
View File

@@ -0,0 +1,5 @@
export const EExpressType = {
SF: "SF",
ZTO: "ZTO",
BEST: "Best",
};