This commit is contained in:
苏尹岚
2020-11-20 13:45:30 +08:00
parent ace910eb62
commit 8bdf988a14

View File

@@ -587,7 +587,7 @@ func init() {
beego.ControllerComments{
Method: "GetUserByMiniInfo",
Router: `/GetUserByMiniInfo`,
AllowHTTPMethods: []string{"get"},
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})