Documentation ¶
Index ¶
- type CDATA
- type Msg
- type MsgFrom
- type MsgRecv
- type MsgReply
- type MsgSend
- type PlainMsg
- type Wxbiz
- func (s *Wxbiz) AesDecrypt(base64Text string) ([]byte, error)
- func (s *Wxbiz) AesEncrypt(data []byte) (string, error)
- func (s *Wxbiz) DecryptMsg(sign, ts, nonce, data string) (*PlainMsg, error)
- func (s *Wxbiz) EncryptMsg(ts, nonce, data string) (string, error)
- func (s *Wxbiz) PackMsg(msg *MsgReply, ts, nonce string) (*MsgSend, []byte, error)
- func (s *Wxbiz) ParsePlainText(plaintext []byte) (*PlainMsg, error)
- func (s *Wxbiz) ReplyText(msg *Msg, content string, mention []string) *MsgReply
- func (s *Wxbiz) UnpackMsg(sign, ts, nonce string, data []byte) (*Msg, error)
- func (s *Wxbiz) VerifyURL(sign, ts, nonce, echostr string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.