京东商城牛肉分类修改

This commit is contained in:
苏尹岚
2020-06-02 14:08:15 +08:00
parent 8e386d4f12
commit e10ac5b553
3 changed files with 7 additions and 4 deletions

View File

@@ -50,6 +50,8 @@ const (
PassReason = "审核通过"
JdsOtherMeatCatID = 15245
JdsBeefCatID = 13582
JdsBeefLastCatID = 17902
)
var (

View File

@@ -38,7 +38,7 @@ type FindVendorCategoriesResult struct {
type CreateSkuParamWare struct {
Title string `json:"title"` //是 无 商品名称限制50个字符以内
CategoryID int `json:"categoryId"` //是 无 已经授权过的京东“三级”类目(通过商家授权类目接口获取)
// MultiCategoryID int `json:"multiCategoryId"` // 否 无 末级类目ID
MultiCategoryID int `json:"multiCategoryId"` // 否 无 末级类目ID
BrandID int `json:"brandId"` // 否 无 不同类目是否必填情况不同,若发布时提示[此类目要求品牌必填]则表示品牌需要必填。品牌ID获取方式通过商家授权类目接口获取。
// TemplateID int `json:"templateId"` // 否 无 发布时不可设置
TransportID int `json:"transportId"` //是 无 运费模板ID

View File

@@ -387,6 +387,7 @@ type OrderDetailResult struct {
ConsigneeName string `json:"consigneeName"`
ConsigneeAddress string `json:"consigneeAddress"`
ConsigneeMobile string `json:"consigneeMobile"`
OrderCreatedAt string `json:"orderCreatedAt"`
}
//订单详情