commentreply

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 CommentReplyData

type CommentReplyData struct {
	/**
	 * 商家回复内容
	 */
	BizReply string `json:"bizReply"`
	/**
	 * 回复时间
	 */
	ReplyTime string `json:"replyTime"`
}

type CommentReplyRequest

type CommentReplyRequest struct {
	/**
	 *  评论id(由查询评价接口返回)
	 */
	FeedbackId int64 `json:"feedbackId"`
	/**
	 *  评论内容,只支持文字,不支持图片等其他格式
	 */
	Comment string `json:"comment"`
}

func (*CommentReplyRequest) DoInvoke

func (req *CommentReplyRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CommentReplyResponse, error)

type CommentReplyResponse

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

func (*CommentReplyResponse) IsSuccess

func (response *CommentReplyResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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