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