修改api

This commit is contained in:
邹宗楠
2024-01-05 16:19:35 +08:00
parent fdc2736012
commit 69ad23a7dd
3 changed files with 555 additions and 0 deletions

View File

@@ -85,6 +85,13 @@ func init() {
&controllers.RechargeManagerController{},
),
),
/*****************打印机openAPI**********************/
web.NSNamespace("/openapi",
web.NSInclude(
&controllers.ApiController{},
),
),
)
web.AddNamespace(ns)