+jdapi.MaxStoreNameLen
This commit is contained in:
@@ -48,6 +48,10 @@ const (
|
|||||||
FreightFreeTypePartBase = 2 // 免部分基础运费
|
FreightFreeTypePartBase = 2 // 免部分基础运费
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
MaxStoreNameLen = 13 // 门店名称最大长度(2个英文或数字算一位)
|
||||||
|
)
|
||||||
|
|
||||||
type CreateShopResult struct {
|
type CreateShopResult struct {
|
||||||
DeliveryRangeType int `json:"deliveryRangeType"`
|
DeliveryRangeType int `json:"deliveryRangeType"`
|
||||||
CoordinatePoints string `json:"coordinatePoints"`
|
CoordinatePoints string `json:"coordinatePoints"`
|
||||||
|
|||||||
Reference in New Issue
Block a user