client

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL