添加企业微信解密方式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user