setautosendconfig

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 SetAutoSendConfigRequest

type SetAutoSendConfigRequest struct {
	/**
	 *  本次只有18,邀请顾客评价
	 */
	AutoSendType int32 `json:"auto_send_type"`
	/**
	 *  当auto_send_type为18时,传0 UPDATE_STATUS(0), UPDATE_CONTENT(1), UPDATE_CONTENT_ONLY(2);
	 */
	OpType int32 `json:"op_type"`
	/**
	 *  权益开关状态 0 关闭 1 打开; op_type为0、1时必填;
	 */
	Status int32 `json:"status"`
	/**
	 *  op_type为1、2时必填
	 */
	Content string `json:"content"`
}

func (*SetAutoSendConfigRequest) DoInvoke

func (req *SetAutoSendConfigRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*SetAutoSendConfigResponse, error)

type SetAutoSendConfigResponse

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

func (*SetAutoSendConfigResponse) IsSuccess

func (response *SetAutoSendConfigResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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