读取excel文件

This commit is contained in:
苏尹岚
2019-11-13 08:15:37 +08:00
parent 290c3ac7b4
commit d40182a220
3 changed files with 29 additions and 9 deletions

View File

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