Documentation
¶
Overview ¶
* @Author: i@douxuefeng.cn * @Date: 2024-01-12 11:25:17 * @LastEditTime: 2024-01-12 11:25:29 * @LastEditors: i@douxuefeng.cn * @Description:
Index ¶
Constants ¶
View Source
const CorpApi = "https://qyapi.weixin.qq.com/cgi-bin"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallBackParams ¶
type GetAccessTokenReply ¶
type GetIpReply ¶
type LoginReply ¶
type LoginRequest ¶
type MessageReply ¶
type MessageReply struct {
Errcode int `json:"errcode"`
Errmsg string `json:"errmsg"`
Invaliduser string `json:"invaliduser"`
Invalidparty string `json:"invalidparty"`
Invalidtag string `json:"invalidtag"`
Unlicenseduser string `json:"unlicenseduser"`
Msgid string `json:"msgid"`
ResponseCode string `json:"response_code"`
}
Click to show internal directories.
Click to hide internal directories.