response

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaobaoKfcKeywordSearchResponse

type TaobaoKfcKeywordSearchResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   KFC 关键词过滤匹配结果
	*/
	KfcSearchResult domain.TaobaoKfcKeywordSearchKfcSearchResult `json:"kfc_search_result,omitempty" `
}

type TaobaoTmcMessageProduceResponse

type TaobaoTmcMessageProduceResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   是否成功
	*/
	IsSuccess bool `json:"is_success,omitempty" `
	/*
	   投递目标数
	*/
	Total int64 `json:"total,omitempty" `
	/*
	   消息ID
	*/
	MsgIds []string `json:"msg_ids,omitempty" `
}

type TaobaoTmcUserCancelResponse

type TaobaoTmcUserCancelResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   是否成功,如果为false并且没有错误码,表示删除的用户不存在。
	*/
	IsSuccess bool `json:"is_success,omitempty" `
}

type TaobaoTmcUserGetResponse

type TaobaoTmcUserGetResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   开通的用户数据
	*/
	TmcUser domain.TaobaoTmcUserGetTmcUser `json:"tmc_user,omitempty" `
}

type TaobaoTmcUserPermitResponse

type TaobaoTmcUserPermitResponse struct {

	/*
	   System request id
	*/
	RequestId string `json:"request_id,omitempty" `

	/*
	   System body
	*/
	Body string

	/*
	   是否成功
	*/
	IsSuccess bool `json:"is_success,omitempty" `
}

Jump to

Keyboard shortcuts

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