This commit is contained in:
邹宗楠
2022-10-17 14:06:23 +08:00
parent 0695aa132c
commit 53fe97cbc1
49 changed files with 78 additions and 225 deletions

View File

@@ -20,7 +20,6 @@ type EnterpriseController struct {
// 消息结构体将使用创建应用时的EncodingAESKey进行加密特别注意, 在第三方回调事件中使用加解密算法receiveid的内容为suiteid
// ,请参考接收消息解析数据包。
func (e *EnterpriseController) EnterpriseCallback() {
globals.SugarLogger.Debug("==============企业微信通知回调")
r := e.Ctx.Request
switch e.Ctx.Request.Method {
case http.MethodPost: