aa
This commit is contained in:
@@ -129,7 +129,7 @@ func (a *API) Decrypt(sign, timestr, nonce, msg string) (decryptedMsg string, er
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
c := NewDingTalkCrypto(a.GetCallbackToken(), string(a.GetCallbackAESKey()), a.corpID)
|
c := NewDingTalkCrypto(a.GetCallbackToken(), string(a.GetCallbackAESKey()), a.GetAppID())
|
||||||
return c.GetDecryptMsg(sign, timestr, nonce, msg)
|
return c.GetDecryptMsg(sign, timestr, nonce, msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user