+jdapi.MaxStoreNameLen

This commit is contained in:
gazebo
2019-11-09 10:54:36 +08:00
parent 9c4540a4cd
commit 7dde83f600

View File

@@ -48,6 +48,10 @@ const (
FreightFreeTypePartBase = 2 // 免部分基础运费
)
const (
MaxStoreNameLen = 13 // 门店名称最大长度2个英文或数字算一位
)
type CreateShopResult struct {
DeliveryRangeType int `json:"deliveryRangeType"`
CoordinatePoints string `json:"coordinatePoints"`