1
This commit is contained in:
@@ -82,6 +82,11 @@ const (
|
||||
)
|
||||
const BrandIdChengShan = 142 // 成山农场品牌id
|
||||
|
||||
const (
|
||||
DefMaxDeliveryFee = 1500 // 创建运单最高价
|
||||
AlarmFee = 1500 // 配送费报警阈值
|
||||
)
|
||||
|
||||
type VendorInfo struct {
|
||||
Name string `json:"name"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user