groupvouchershopmanage

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 Data

type Data struct {
	/**
	 * 时间戳
	 */
	TimeStamp int64 `json:"timeStamp"`
	/**
	 * 是否成功:true成功 false失败
	 */
	Result bool `json:"result"`
	/**
	 * 厂商ID
	 */
	VendorId string `json:"vendorId"`
	/**
	 * 美团门店ID
	 */
	MtShopId int64 `json:"mtShopId"`
	/**
	 * 开通状态:0未合作1开通2关闭
	 */
	Status int64 `json:"status"`
}

type GroupVoucherShopManageResponse

type GroupVoucherShopManageResponse struct {
	Code    string `json:"code"`
	Data    Data   `json:"data"`
	Success bool   `json:"success"`
	Message string `json:"message"`
}

type GroupvoucherShopManageRequest

type GroupvoucherShopManageRequest struct {
	/**
	 *  开通状态:1开通2关闭
	 */
	Status int32 `json:"status"`
	/**
	 *  厂商管理员账号id
	 */
	VendorShopAdminId string `json:"vendorShopAdminId"`
}

func (*GroupvoucherShopManageRequest) DoInvoke

type GroupvoucherShopManageResponse

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

func (*GroupvoucherShopManageResponse) IsSuccess

func (response *GroupvoucherShopManageResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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