123
This commit is contained in:
@@ -324,9 +324,9 @@ type ShopList struct {
|
||||
}
|
||||
|
||||
type StoreShowWindowSkuList struct {
|
||||
SkuID string `json:"sku_id"`
|
||||
UpcID string `json:"upc_id"`
|
||||
Wid string `json:"wid"`
|
||||
SkuID string `json:"sku_id"`
|
||||
UpcID string `json:"upc_id"`
|
||||
Wid string `json:"wid"`
|
||||
//UpcType string `json:"upc_type"`
|
||||
UpdateTime string `json:"update_time"`
|
||||
ShelfNumber string `json:"shelf_number"`
|
||||
@@ -486,12 +486,12 @@ type EbaiSku struct {
|
||||
ProcessDetail []interface{} `json:"process_detail"`
|
||||
IsInActivity int `json:"is_in_activity"`
|
||||
//UpcType string `json:"upc_type"`
|
||||
UpcName string `json:"upc_name"`
|
||||
BrandID string `json:"brand_id"`
|
||||
Description string `json:"description"`
|
||||
Rtf string `json:"rtf"`
|
||||
Summary string `json:"summary"`
|
||||
Photos []struct {
|
||||
UpcName string `json:"upc_name"`
|
||||
BrandID string `json:"brand_id"`
|
||||
Description string `json:"description"`
|
||||
Rtf string `json:"rtf"`
|
||||
Summary string `json:"summary"`
|
||||
Photos []struct {
|
||||
URL string `json:"url"`
|
||||
IsMaster int `json:"is_master"`
|
||||
} `json:"photos"`
|
||||
@@ -574,8 +574,8 @@ type EbaiSku struct {
|
||||
}
|
||||
|
||||
type EbaiSkuList struct {
|
||||
UpcID string `json:"upc_id"`
|
||||
/UpcType string `json:"upc_type"`
|
||||
UpcID string `json:"upc_id"`
|
||||
//UpcType string `json:"upc_type"`
|
||||
Photos string `json:"photos"`
|
||||
UpcName string `json:"upc_name"`
|
||||
Upc string `json:"upc"`
|
||||
|
||||
Reference in New Issue
Block a user