Versions in this module Expand all Collapse all v3 v3.6.4 Dec 3, 2021 v3.6.3 Dec 3, 2021 Changes in this version + const MiniprogramStateDeveloper + const MiniprogramStateFormal + const MiniprogramStateTrial + type AddTemplateRequest struct + KidList []int + SceneDesc string + Tid string + type AddTemplateResponse struct + Pid string + type DeleteTemplateRequest struct + PriTmplId string + type GetCategoryResponse struct + Data []struct{ ... } + type GetPubTemplateKeyWordsByIdRequest struct + Tid string + type GetPubTemplateKeyWordsByIdResponse struct + Count int32 + Data []struct{ ... } + type GetPubTemplateTitleListRequest struct + Ids string + Limit int + Start int + type GetPubTemplateTitleListResponse struct + Count uint + Data []struct{ ... } + type GetTemplateListResponse struct + Data []struct{ ... } + type MiniprogramState = string + type SendData map[string]SendValue + type SendRequest struct + Data SendData + MiniprogramState MiniprogramState + Page string + TemplateID string + ToUser string + type SendValue struct + Value string + type SubscribeMessage struct + func NewSubscribeMessage(request *request.Request, ...) *SubscribeMessage + func (cli *SubscribeMessage) AddTemplate(req *AddTemplateRequest) (*AddTemplateResponse, error) + func (cli *SubscribeMessage) DeleteTemplate(req *DeleteTemplateRequest) (*request.CommonError, error) + func (cli *SubscribeMessage) GetCategory() (*GetCategoryResponse, error) + func (cli *SubscribeMessage) GetPubTemplateKeyWordsById(req *GetPubTemplateKeyWordsByIdRequest) (*GetPubTemplateKeyWordsByIdResponse, error) + func (cli *SubscribeMessage) GetPubTemplateTitleList(req *GetPubTemplateTitleListRequest) (*GetPubTemplateTitleListResponse, error) + func (cli *SubscribeMessage) GetTemplateList() (*GetTemplateListResponse, error) + func (cli *SubscribeMessage) Send(msg *SendRequest) (*request.CommonError, error)