GetOrders和GetAfsOrders支持Post
This commit is contained in:
@@ -796,7 +796,7 @@ func init() {
|
||||
beego.ControllerComments{
|
||||
Method: "GetAfsOrders",
|
||||
Router: `/GetAfsOrders`,
|
||||
AllowHTTPMethods: []string{"get"},
|
||||
AllowHTTPMethods: []string{"get","post"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
@@ -841,7 +841,7 @@ func init() {
|
||||
beego.ControllerComments{
|
||||
Method: "GetOrders",
|
||||
Router: `/GetOrders`,
|
||||
AllowHTTPMethods: []string{"get"},
|
||||
AllowHTTPMethods: []string{"get","post"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
|
||||
Reference in New Issue
Block a user