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