Documentation ¶
Index ¶
- type Client
- func (comp *Client) GetRecordDetail(ctx context.Context, JournalUUID string) (*response.ResponseJournalGetRecordDetail, error)
- func (comp *Client) GetRecordList(ctx context.Context, startTime int, endTime int, nextCursor int, size int, ...) (*response.ResponseJournalGetRecordList, error)
- func (comp *Client) GetStatList(ctx context.Context, templateID string, startTime int, endTime int) (*response.ResponseJournalGetStatList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseClient *kernel.BaseClient
}
func (*Client) GetRecordDetail ¶
func (comp *Client) GetRecordDetail(ctx context.Context, JournalUUID string) (*response.ResponseJournalGetRecordDetail, error)
获取汇报记录详情 https://developer.work.weixin.qq.com/document/path/93394
func (*Client) GetRecordList ¶
func (comp *Client) GetRecordList(ctx context.Context, startTime int, endTime int, nextCursor int, size int, filters []*power.StringMap) (*response.ResponseJournalGetRecordList, error)
批量获取汇报记录单号 https://developer.work.weixin.qq.com/document/path/93393
func (*Client) GetStatList ¶
func (comp *Client) GetStatList(ctx context.Context, templateID string, startTime int, endTime int) (*response.ResponseJournalGetStatList, error)
获取汇报记录详情 https://developer.work.weixin.qq.com/document/path/93395
Click to show internal directories.
Click to hide internal directories.