queryrelationshops

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LaunchObj

type LaunchObj struct {
	/**
	 * 门店名称
	 */
	ShopName string `json:"shopName"`
	/**
	 * 门店id
	 */
	ShopId int64 `json:"shopId"`
	/**
	 * 门店uuid
	 */
	ShopUuid string `json:"shopUuid"`
	/**
	 * 分店名称
	 */
	ShopBranchName string `json:"shopBranchName"`
}

type QueryRelationShopsRequest

type QueryRelationShopsRequest struct {
	/**
	 *  子账号商家id
	 */
	SonAccountId int32 `json:"sonAccountId"`
}

func (*QueryRelationShopsRequest) DoInvoke

type QueryRelationShopsResponse

type QueryRelationShopsResponse struct {
	Code    string      `json:"code"`
	Msg     string      `json:"msg"`
	Data    []LaunchObj `json:"data"`
	TraceId string      `json:"traceId"`
}

func (*QueryRelationShopsResponse) IsSuccess

func (response *QueryRelationShopsResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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