添加企业微信解密方式

This commit is contained in:
邹宗楠
2022-06-21 17:40:53 +08:00
parent 62efcf13df
commit d399c393ca
4 changed files with 564 additions and 4 deletions

View File

@@ -15,10 +15,6 @@ type SuiteTicketInfo struct {
SuiteTicket string `xml:"SuiteTicket"` // Ticket内容最长为512字节
}
type SuiteTicketXml struct {
Xml *SuiteTicketInfo `xml:"xml"`
}
func (a *API) GetEnterpriseMsg(request *http.Request) (*SuiteTicketInfo, error) {
data, err := ioutil.ReadAll(request.Body)
if err != nil {