master v1.1.4
大虾 4 years ago
parent 4c5770f9c3
commit 74fc02298b

@ -107,8 +107,8 @@ type Base struct {
type BookSkuBase struct { type BookSkuBase struct {
SizeAndHeight string `json:"sizeAndHeight"` SizeAndHeight string `json:"sizeAndHeight"`
MarketPrice string `json:"marketPrice"` MarketPrice float64 `json:"marketPrice"`
PackNum string `json:"packNum"` PackNum float64 `json:"packNum"`
Language string `json:"language"` Language string `json:"language"`
Remarker string `json:"remarker"` Remarker string `json:"remarker"`
AttachmentNum string `json:"attachmentNum"` AttachmentNum string `json:"attachmentNum"`
@ -122,8 +122,8 @@ type BookSkuBase struct {
Publishers string `json:"publishers"` Publishers string `json:"publishers"`
Id string `json:"id"` Id string `json:"id"`
Brand string `json:"brand"` Brand string `json:"brand"`
Letters string `json:"letters"` Letters float64 `json:"letters"`
PublishTime int64 `json:"publishTime"` PublishTime string `json:"publishTime"`
BatchNo string `json:"batchNo"` BatchNo string `json:"batchNo"`
Author string `json:"author"` Author string `json:"author"`
ISSN string `json:"ISSN"` ISSN string `json:"ISSN"`

Loading…
Cancel
Save