Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryBrandsIdByVenderId ¶
func QueryBrandsIdByVenderId(req *QueryBrandsIdByVenderIdRequest) (uint64, error)
TODO 根据商家id 查询品牌id
Types ¶
type QueryBrandsIdByVenderIdData ¶
type QueryBrandsIdByVenderIdData struct {
Result *QueryBrandsIdByVenderIdResult `json:"result,omitempty" codec:"result,omitempty"`
}
type QueryBrandsIdByVenderIdRequest ¶
type QueryBrandsIdByVenderIdRequest struct {
api.BaseRequest
}
type QueryBrandsIdByVenderIdResponse ¶
type QueryBrandsIdByVenderIdResponse struct { ErrorResp *api.ErrorResponnse `json:"error_response,omitempty" codec:"error_response,omitempty"` Data *QueryBrandsIdByVenderIdData `` /* 152-byte string literal not displayed */ }
type QueryBrandsIdByVenderIdResult ¶
type QueryBrandsIdByVenderIdResult struct {
BrandsId uint64 `json:"brandsId,omitempty" codec:"brandsId,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.