package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Dec 25, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataItem struct {
SpuId string `json:"spu_id"`
BookName string `json:"book_name"`
CategoryLeafId int64 `json:"category_leaf_id"`
}
type SpuQueryBookNameByISBNData struct {
Data []DataItem `json:"data"`
Total int64 `json:"total"`
}
type SpuQueryBookNameByISBNResponse struct {
doudian_sdk.BaseDoudianOpApiResponse
Data *SpuQueryBookNameByISBNData `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.