relationbind

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 RelationBindRequest

type RelationBindRequest struct {
	/**
	 *  商家ERP上门店编码
	 */
	ErpShopId string `json:"erpShopId"`
	/**
	 *  商家POS上门店编码,如果没有则默认为ERP上门店编码
	 */
	PosShopId string `json:"posShopId"`
	/**
	 *  美团门店ID
	 */
	PoiId int32 `json:"poiId"`
}

func (*RelationBindRequest) DoInvoke

func (req *RelationBindRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*RelationBindResponse, error)

type RelationBindResponse

type RelationBindResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    bool   `json:"data"`
	TraceId string `json:"traceId"`
}

func (*RelationBindResponse) IsSuccess

func (response *RelationBindResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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