调用钉钉回调接口提示"errcode":71009,"errmsg":"返回文本非success,
调用钉钉回调接口提示"errcode":71009,"errmsg":"返回文本非success, 本地可以解析出:"EventType" : "check_url"
代码是这么写的:
class DingTalkCrypto(): def init(self, encodingAesKey, key): self.encodingAesKey = encodingAesKey self.k...