This commit is contained in:
suyl
2021-09-02 16:51:43 +08:00
parent 74ab043dd3
commit 3d4fd65313
3 changed files with 106 additions and 0 deletions

View File

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