wangwang

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatPeer

type ChatPeer struct {
	Date string `json:"date,omitempty" xml:"date,omitempty"`

	Uid string `json:"uid,omitempty" xml:"uid,omitempty"`
}

ChatPeer

type ChatRelationRequest

type ChatRelationRequest struct {
	Uid string `json:"uid,omitempty" xml:"uid,omitempty"`

	Beg string `json:"beg,omitempty" xml:"beg,omitempty"`

	End string `json:"end,omitempty" xml:"end,omitempty"`

	Count int64 `json:"count,omitempty" xml:"count,omitempty"`

	PageBeg string `json:"page_beg,omitempty" xml:"page_beg,omitempty"`

	PageEnd string `json:"page_end,omitempty" xml:"page_end,omitempty"`
}

ChatRelationRequest

type ChatRelationResult

type ChatRelationResult struct {
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`

	Peers []ChatPeer `json:"peers,omitempty" xml:"peers,omitempty"`

	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`

	StartKey string `json:"start_key,omitempty" xml:"start_key,omitempty"`

	EndKey string `json:"end_key,omitempty" xml:"end_key,omitempty"`
}

ChatRelationResult

type EvalDetail

type EvalDetail struct {
	EvalCode int64 `json:"eval_code,omitempty" xml:"eval_code,omitempty"`

	EvalRecer string `json:"eval_recer,omitempty" xml:"eval_recer,omitempty"`

	EvalSender string `json:"eval_sender,omitempty" xml:"eval_sender,omitempty"`

	EvalTime string `json:"eval_time,omitempty" xml:"eval_time,omitempty"`

	SendTime string `json:"send_time,omitempty" xml:"send_time,omitempty"`

	Source int64 `json:"source,omitempty" xml:"source,omitempty"`
}

EvalDetail

type MsgList

type MsgList struct {
	WordLists []WordCountList `json:"word_lists,omitempty" xml:"word_lists,omitempty"`

	UrlLists []UrlList `json:"url_lists,omitempty" xml:"url_lists,omitempty"`

	Direction int64 `json:"direction,omitempty" xml:"direction,omitempty"`

	Time int64 `json:"time,omitempty" xml:"time,omitempty"`

	Type int64 `json:"type,omitempty" xml:"type,omitempty"`

	Length int64 `json:"length,omitempty" xml:"length,omitempty"`

	Content string `json:"content,omitempty" xml:"content,omitempty"`
}

MsgList

type TaobaoQianniuKefuevalGetAPIResponse

type TaobaoQianniuKefuevalGetAPIResponse struct {
	model.CommonResponse
	TaobaoQianniuKefuevalGetResponse
}

客服评价详情接口 APIResponse taobao.qianniu.kefueval.get

获取买家对客服的服务评价

type TaobaoQianniuKefuevalGetRequest

type TaobaoQianniuKefuevalGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

客服评价详情接口 APIRequest taobao.qianniu.kefueval.get

获取买家对客服的服务评价

func NewTaobaoQianniuKefuevalGetRequest

func NewTaobaoQianniuKefuevalGetRequest() *TaobaoQianniuKefuevalGetRequest

func (TaobaoQianniuKefuevalGetRequest) GetApiMethodName

func (r TaobaoQianniuKefuevalGetRequest) GetApiMethodName() string

func (TaobaoQianniuKefuevalGetRequest) GetApiParams

func (r TaobaoQianniuKefuevalGetRequest) GetApiParams() url.Values

func (TaobaoQianniuKefuevalGetRequest) GetBtime

func (TaobaoQianniuKefuevalGetRequest) GetEtime

func (TaobaoQianniuKefuevalGetRequest) GetQueryIds

func (r TaobaoQianniuKefuevalGetRequest) GetQueryIds() string

func (*TaobaoQianniuKefuevalGetRequest) SetBtime

func (r *TaobaoQianniuKefuevalGetRequest) SetBtime(btime string) error

func (*TaobaoQianniuKefuevalGetRequest) SetEtime

func (r *TaobaoQianniuKefuevalGetRequest) SetEtime(etime string) error

func (*TaobaoQianniuKefuevalGetRequest) SetQueryIds

func (r *TaobaoQianniuKefuevalGetRequest) SetQueryIds(queryIds string) error

type TaobaoQianniuKefuevalGetResponse

type TaobaoQianniuKefuevalGetResponse struct {
	XMLName xml.Name `xml:"qianniu_kefueval_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultCount int64 `json:"result_count,omitempty" xml:"result_count,omitempty"`

	StaffEvalDetails []EvalDetail `json:"staff_eval_details,omitempty" xml:"staff_eval_details>eval_detail,omitempty"`
}

type TaobaoWangwangAbstractAddwordAPIResponse

type TaobaoWangwangAbstractAddwordAPIResponse struct {
	model.CommonResponse
	TaobaoWangwangAbstractAddwordResponse
}

增加关键词 APIResponse taobao.wangwang.abstract.addword

增加关键词,只支持json返回

type TaobaoWangwangAbstractAddwordRequest

type TaobaoWangwangAbstractAddwordRequest struct {
	model.Params
	// contains filtered or unexported fields
}

增加关键词 APIRequest taobao.wangwang.abstract.addword

增加关键词,只支持json返回

func NewTaobaoWangwangAbstractAddwordRequest

func NewTaobaoWangwangAbstractAddwordRequest() *TaobaoWangwangAbstractAddwordRequest

func (TaobaoWangwangAbstractAddwordRequest) GetApiMethodName

func (r TaobaoWangwangAbstractAddwordRequest) GetApiMethodName() string

func (TaobaoWangwangAbstractAddwordRequest) GetApiParams

func (TaobaoWangwangAbstractAddwordRequest) GetCharset

func (TaobaoWangwangAbstractAddwordRequest) GetWord

func (*TaobaoWangwangAbstractAddwordRequest) SetCharset

func (r *TaobaoWangwangAbstractAddwordRequest) SetCharset(charset string) error

func (*TaobaoWangwangAbstractAddwordRequest) SetWord

type TaobaoWangwangAbstractAddwordResponse

type TaobaoWangwangAbstractAddwordResponse struct {
	XMLName xml.Name `xml:"wangwang_abstract_addword_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
}

type TaobaoWangwangAbstractDeletewordAPIResponse

type TaobaoWangwangAbstractDeletewordAPIResponse struct {
	model.CommonResponse
	TaobaoWangwangAbstractDeletewordResponse
}

删除关键词 APIResponse taobao.wangwang.abstract.deleteword

删除关键词,只支持json返回

type TaobaoWangwangAbstractDeletewordRequest

type TaobaoWangwangAbstractDeletewordRequest struct {
	model.Params
	// contains filtered or unexported fields
}

删除关键词 APIRequest taobao.wangwang.abstract.deleteword

删除关键词,只支持json返回

func NewTaobaoWangwangAbstractDeletewordRequest

func NewTaobaoWangwangAbstractDeletewordRequest() *TaobaoWangwangAbstractDeletewordRequest

func (TaobaoWangwangAbstractDeletewordRequest) GetApiMethodName

func (r TaobaoWangwangAbstractDeletewordRequest) GetApiMethodName() string

func (TaobaoWangwangAbstractDeletewordRequest) GetApiParams

func (TaobaoWangwangAbstractDeletewordRequest) GetCharset

func (TaobaoWangwangAbstractDeletewordRequest) GetWord

func (*TaobaoWangwangAbstractDeletewordRequest) SetCharset

func (r *TaobaoWangwangAbstractDeletewordRequest) SetCharset(charset string) error

func (*TaobaoWangwangAbstractDeletewordRequest) SetWord

type TaobaoWangwangAbstractDeletewordResponse

type TaobaoWangwangAbstractDeletewordResponse struct {
	XMLName xml.Name `xml:"wangwang_abstract_deleteword_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
}

type TaobaoWangwangAbstractGetwordlistAPIResponse

type TaobaoWangwangAbstractGetwordlistAPIResponse struct {
	model.CommonResponse
	TaobaoWangwangAbstractGetwordlistResponse
}

获取关键词列表 APIResponse taobao.wangwang.abstract.getwordlist

获取关键词列表,只支持json返回

type TaobaoWangwangAbstractGetwordlistRequest

type TaobaoWangwangAbstractGetwordlistRequest struct {
	model.Params
	// contains filtered or unexported fields
}

获取关键词列表 APIRequest taobao.wangwang.abstract.getwordlist

获取关键词列表,只支持json返回

func NewTaobaoWangwangAbstractGetwordlistRequest

func NewTaobaoWangwangAbstractGetwordlistRequest() *TaobaoWangwangAbstractGetwordlistRequest

func (TaobaoWangwangAbstractGetwordlistRequest) GetApiMethodName

func (r TaobaoWangwangAbstractGetwordlistRequest) GetApiMethodName() string

func (TaobaoWangwangAbstractGetwordlistRequest) GetApiParams

func (TaobaoWangwangAbstractGetwordlistRequest) GetCharset

func (*TaobaoWangwangAbstractGetwordlistRequest) SetCharset

func (r *TaobaoWangwangAbstractGetwordlistRequest) SetCharset(charset string) error

type TaobaoWangwangAbstractGetwordlistResponse

type TaobaoWangwangAbstractGetwordlistResponse struct {
	XMLName xml.Name `xml:"wangwang_abstract_getwordlist_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	WordLists []WordList `json:"word_lists,omitempty" xml:"word_lists>word_list,omitempty"`
}

type TaobaoWangwangAbstractInitializeAPIResponse

type TaobaoWangwangAbstractInitializeAPIResponse struct {
	model.CommonResponse
	TaobaoWangwangAbstractInitializeResponse
}

模糊查询服务初始化 APIResponse taobao.wangwang.abstract.initialize

模糊查询服务初始化,只支持json返回

type TaobaoWangwangAbstractInitializeRequest

type TaobaoWangwangAbstractInitializeRequest struct {
	model.Params
	// contains filtered or unexported fields
}

模糊查询服务初始化 APIRequest taobao.wangwang.abstract.initialize

模糊查询服务初始化,只支持json返回

func NewTaobaoWangwangAbstractInitializeRequest

func NewTaobaoWangwangAbstractInitializeRequest() *TaobaoWangwangAbstractInitializeRequest

func (TaobaoWangwangAbstractInitializeRequest) GetApiMethodName

func (r TaobaoWangwangAbstractInitializeRequest) GetApiMethodName() string

func (TaobaoWangwangAbstractInitializeRequest) GetApiParams

func (TaobaoWangwangAbstractInitializeRequest) GetCharset

func (*TaobaoWangwangAbstractInitializeRequest) SetCharset

func (r *TaobaoWangwangAbstractInitializeRequest) SetCharset(charset string) error

type TaobaoWangwangAbstractInitializeResponse

type TaobaoWangwangAbstractInitializeResponse struct {
	XMLName xml.Name `xml:"wangwang_abstract_initialize_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
}

type TaobaoWangwangAbstractLogqueryAPIResponse

type TaobaoWangwangAbstractLogqueryAPIResponse struct {
	model.CommonResponse
	TaobaoWangwangAbstractLogqueryResponse
}

模糊聊天记录查询 APIResponse taobao.wangwang.abstract.logquery

模糊聊天记录查询

type TaobaoWangwangAbstractLogqueryRequest

type TaobaoWangwangAbstractLogqueryRequest struct {
	model.Params
	// contains filtered or unexported fields
}

模糊聊天记录查询 APIRequest taobao.wangwang.abstract.logquery

模糊聊天记录查询

func NewTaobaoWangwangAbstractLogqueryRequest

func NewTaobaoWangwangAbstractLogqueryRequest() *TaobaoWangwangAbstractLogqueryRequest

func (TaobaoWangwangAbstractLogqueryRequest) GetApiMethodName

func (r TaobaoWangwangAbstractLogqueryRequest) GetApiMethodName() string

func (TaobaoWangwangAbstractLogqueryRequest) GetApiParams

func (TaobaoWangwangAbstractLogqueryRequest) GetCharset

func (TaobaoWangwangAbstractLogqueryRequest) GetCount

func (TaobaoWangwangAbstractLogqueryRequest) GetEndDate

func (TaobaoWangwangAbstractLogqueryRequest) GetFromId

func (TaobaoWangwangAbstractLogqueryRequest) GetNextKey

func (TaobaoWangwangAbstractLogqueryRequest) GetStartDate

func (TaobaoWangwangAbstractLogqueryRequest) GetToId

func (*TaobaoWangwangAbstractLogqueryRequest) SetCharset

func (r *TaobaoWangwangAbstractLogqueryRequest) SetCharset(charset string) error

func (*TaobaoWangwangAbstractLogqueryRequest) SetCount

func (*TaobaoWangwangAbstractLogqueryRequest) SetEndDate

func (r *TaobaoWangwangAbstractLogqueryRequest) SetEndDate(endDate int64) error

func (*TaobaoWangwangAbstractLogqueryRequest) SetFromId

func (r *TaobaoWangwangAbstractLogqueryRequest) SetFromId(fromId string) error

func (*TaobaoWangwangAbstractLogqueryRequest) SetNextKey

func (r *TaobaoWangwangAbstractLogqueryRequest) SetNextKey(nextKey string) error

func (*TaobaoWangwangAbstractLogqueryRequest) SetStartDate

func (r *TaobaoWangwangAbstractLogqueryRequest) SetStartDate(startDate int64) error

func (*TaobaoWangwangAbstractLogqueryRequest) SetToId

type TaobaoWangwangAbstractLogqueryResponse

type TaobaoWangwangAbstractLogqueryResponse struct {
	XMLName xml.Name `xml:"wangwang_abstract_logquery_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	RetCode int64 `json:"ret_code,omitempty" xml:"ret_code,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	FromId string `json:"from_id,omitempty" xml:"from_id,omitempty"`

	ToId string `json:"to_id,omitempty" xml:"to_id,omitempty"`

	UrlLists []UrlList `json:"url_lists,omitempty" xml:"url_lists>url_list,omitempty"`

	WordCountLists []WordCountList `json:"word_count_lists,omitempty" xml:"word_count_lists>word_count_list,omitempty"`

	IsSliced int64 `json:"is_sliced,omitempty" xml:"is_sliced,omitempty"`

	NextKey string `json:"next_key,omitempty" xml:"next_key,omitempty"`

	MsgLists []MsgList `json:"msg_lists,omitempty" xml:"msg_lists>msg_list,omitempty"`
}

type TaobaoWangwangEserviceChatrelationGetAPIResponse

type TaobaoWangwangEserviceChatrelationGetAPIResponse struct {
	model.CommonResponse
	TaobaoWangwangEserviceChatrelationGetResponse
}

聊天关系获取接口 APIResponse taobao.wangwang.eservice.chatrelation.get

获取指定时间区间内的聊天关系(查询账号,和谁,在哪天说过话)。如: A 和 B 在2016-09-01 和 2016-09-02 都说过话。以A为查询账号,则该接口将返回: 2016-09-01, B 2016-09-02, B

type TaobaoWangwangEserviceChatrelationGetRequest

type TaobaoWangwangEserviceChatrelationGetRequest struct {
	model.Params
	// contains filtered or unexported fields
}

聊天关系获取接口 APIRequest taobao.wangwang.eservice.chatrelation.get

获取指定时间区间内的聊天关系(查询账号,和谁,在哪天说过话)。如: A 和 B 在2016-09-01 和 2016-09-02 都说过话。以A为查询账号,则该接口将返回: 2016-09-01, B 2016-09-02, B

func NewTaobaoWangwangEserviceChatrelationGetRequest

func NewTaobaoWangwangEserviceChatrelationGetRequest() *TaobaoWangwangEserviceChatrelationGetRequest

func (TaobaoWangwangEserviceChatrelationGetRequest) GetApiMethodName

func (TaobaoWangwangEserviceChatrelationGetRequest) GetApiParams

func (TaobaoWangwangEserviceChatrelationGetRequest) GetChatRelationRequest

func (*TaobaoWangwangEserviceChatrelationGetRequest) SetChatRelationRequest

func (r *TaobaoWangwangEserviceChatrelationGetRequest) SetChatRelationRequest(chatRelationRequest *ChatRelationRequest) error

type TaobaoWangwangEserviceChatrelationGetResponse

type TaobaoWangwangEserviceChatrelationGetResponse struct {
	XMLName xml.Name `xml:"wangwang_eservice_chatrelation_get_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result *ChatRelationResult `json:"result,omitempty" xml:"result,omitempty"`
}

type UrlList

type UrlList struct {
	Url string `json:"url,omitempty" xml:"url,omitempty"`
}

UrlList

type WordCountList

type WordCountList struct {
	Word string `json:"word,omitempty" xml:"word,omitempty"`

	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
}

WordCountList

type WordList

type WordList struct {
	Word string `json:"word,omitempty" xml:"word,omitempty"`
}

WordList

Jump to

Keyboard shortcuts

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