- 实现GetStoresOrderSaleInfo

This commit is contained in:
gazebo
2019-05-13 16:07:42 +08:00
parent c9fcb83e56
commit 37da5be607
2 changed files with 44 additions and 7 deletions

View File

@@ -700,6 +700,15 @@ func init() {
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"],
beego.ControllerComments{
Method: "GetStoresOrderSaleInfo",
Router: `/GetStoresOrderSaleInfo`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"],
beego.ControllerComments{
Method: "GetWaybills",