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
Click to show internal directories.
Click to hide internal directories.