This commit is contained in:
邹宗楠
2022-09-01 15:51:23 +08:00
parent b6c64a493f
commit 167de3cae6
10 changed files with 566 additions and 26 deletions

View File

@@ -57,7 +57,7 @@ var (
const (
DeliveryServiceCodeSuperRapid = 4002 // 飞速达
DeliveryServiceCodeRapid = 100004 // 快速达
DeliveryServiceCodeRapid = 4011 // 快速达
DeliveryServiceCodeIntime = 100006 // 及时达
DeliveryServiceCodeTogether = 4013 // 集中送
)