aa
This commit is contained in:
@@ -230,9 +230,8 @@ func (a *API) GetCallbackMsg(formMap map[string]interface{}, bodyData []byte) (m
|
|||||||
baseapi.SugarLogger.Debugf("dingdingapi GetCallbackMsg, Decrypt err :", err)
|
baseapi.SugarLogger.Debugf("dingdingapi GetCallbackMsg, Decrypt err :", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return msgMap, a.Err2CallbackResponse(err)
|
|
||||||
}
|
}
|
||||||
return nil, a.Err2CallbackResponse(err)
|
return msgMap, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewDingTalkCrypto(token, encodingAESKey, suiteKey string) *DingTalkCrypto {
|
func NewDingTalkCrypto(token, encodingAESKey, suiteKey string) *DingTalkCrypto {
|
||||||
|
|||||||
Reference in New Issue
Block a user