1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user