京东商城牛肉分类修改
This commit is contained in:
@@ -50,6 +50,8 @@ const (
|
||||
PassReason = "审核通过"
|
||||
|
||||
JdsOtherMeatCatID = 15245
|
||||
JdsBeefCatID = 13582
|
||||
JdsBeefLastCatID = 17902
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -387,6 +387,7 @@ type OrderDetailResult struct {
|
||||
ConsigneeName string `json:"consigneeName"`
|
||||
ConsigneeAddress string `json:"consigneeAddress"`
|
||||
ConsigneeMobile string `json:"consigneeMobile"`
|
||||
OrderCreatedAt string `json:"orderCreatedAt"`
|
||||
}
|
||||
|
||||
//订单详情
|
||||
|
||||
Reference in New Issue
Block a user