imgetreadtime

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 ImGetReadTimeData

type ImGetReadTimeData struct {
	/**
	 * 开发者应用标识
	 */
	AppId int64 `json:"app_id"`
	/**
	 * ERP 商户门店ID
	 */
	EpoiId string `json:"epoiId"`
	/**
	 * 美团C端用户ID
	 */
	OpenUserId string `json:"open_user_id"`
	/**
	 * 毫秒时间戳
	 */
	LastReadTime int64 `json:"last_read_time"`
}

type ImGetReadTimeRequest

type ImGetReadTimeRequest struct {
	/**
	 *  用户ID
	 */
	OpenUserId int64 `json:"openUserId"`
}

func (*ImGetReadTimeRequest) DoInvoke

func (req *ImGetReadTimeRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*ImGetReadTimeResponse, error)

type ImGetReadTimeResponse

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

func (*ImGetReadTimeResponse) IsSuccess

func (response *ImGetReadTimeResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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