shopareacallback

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 ShopAreaCallbackRequest

type ShopAreaCallbackRequest struct {
	/**
	 * 取货门店id,即合作方向美团提供的门店id 注:测试门店的shop_id固定为 test_0001 ,仅用于对接时联调测试。
	 */
	ShopId string `json:"shop_id"`
	/**
	 * 配送服务代码,详情见合同 飞速达:4002 快速达:4011 及时达:4012 集中送:4013
	 */
	DeliveryServiceCode int32 `json:"delivery_service_code"`
}

func (*ShopAreaCallbackRequest) DoInvoke

type ShopAreaCallbackResponse

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

func (*ShopAreaCallbackResponse) IsSuccess

func (response *ShopAreaCallbackResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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