美团配送,高德

This commit is contained in:
苏尹岚
2020-09-24 18:26:29 +08:00
parent b703b3fcd8
commit c2425f98cf
6 changed files with 23 additions and 15 deletions

View File

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