This commit is contained in:
suyl
2021-07-02 13:33:47 +08:00
parent e2edd85b73
commit 4e29eea5ed
3 changed files with 122 additions and 2 deletions

View File

@@ -963,6 +963,15 @@ func init() {
Filters: nil,
Params: nil})
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:MsgController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:MsgController"],
web.ControllerComments{
Method: "SendStoreMessageKnowledge",
Router: `/SendStoreMessageKnowledge`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:MsgController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:MsgController"],
web.ControllerComments{
Method: "SendUserMessage",