aa
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package controllers
|
package controllers
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
@@ -30,6 +31,7 @@ func (c *DingDingController) Msg() {
|
|||||||
callbackResponse = api.DingDingAPI.Err2CallbackResponse(nil)
|
callbackResponse = api.DingDingAPI.Err2CallbackResponse(nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Println("callbackResponse", utils.Format4Output(callbackResponse, true))
|
||||||
c.Data["json"] = callbackResponse
|
c.Data["json"] = callbackResponse
|
||||||
c.ServeJSON()
|
c.ServeJSON()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user