This commit is contained in:
邹宗楠
2026-07-27 13:38:35 +08:00
parent d76fce41ad
commit b213cbea45
8 changed files with 67549 additions and 67377 deletions

View File

@@ -252,6 +252,8 @@ func (c *DjswController) imMsg() {
if c.Ctx.Input.Method() == http.MethodPost {
var callbackResponse *jdapi.CallbackResponse
msg, url, err := jdapi.ImChatRiskMsg(getUsefulRequest(c.Ctx))
globals.SugarLogger.Debugf("-----------jdmsg := %s", utils.Format4Output(msg, false))
globals.SugarLogger.Debugf("-----------jdmsg URL:= %s", url)
if err != nil {
callbackResponse = jdapi.Err2CallbackResponse(err, "")
} else {