This commit is contained in:
richboo111
2023-04-27 17:23:49 +08:00
parent a6a3d6daca
commit bae1af50ba
3 changed files with 24 additions and 11 deletions

View File

@@ -4344,8 +4344,8 @@ func init() {
//im
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:IMController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:IMController"],
web.ControllerComments{
Method: "GetIMUserList",
Router: `/GetIMUserList`,
Method: "GetImUserList",
Router: `/GetImUserList`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,