shopstatuscallback

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 ShopStatusCallbackRequest

type ShopStatusCallbackRequest struct {
	/**
	 * 取货门店id,即合作方向美团提供的门店id
	 */
	ShopId string `json:"shop_id"`
	/**
	 * 10-审核驳回 20-审核通过 30-创建成功 40-上线可发单
	 */
	Status int32 `json:"status"`
}

func (*ShopStatusCallbackRequest) DoInvoke

type ShopStatusCallbackResponse

type ShopStatusCallbackResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	TraceId string `json:"traceId"`
}

func (*ShopStatusCallbackResponse) IsSuccess

func (response *ShopStatusCallbackResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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