waimaiimgetreadtime

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 WaimaiImGetReadTimeData

type WaimaiImGetReadTimeData 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 WaimaiImGetReadTimeRequest

type WaimaiImGetReadTimeRequest struct {
	Biz string `json:"biz"`
}

func (*WaimaiImGetReadTimeRequest) DoInvoke

type WaimaiImGetReadTimeResponse

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

func (*WaimaiImGetReadTimeResponse) IsSuccess

func (response *WaimaiImGetReadTimeResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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