修改api
This commit is contained in:
@@ -85,6 +85,13 @@ func init() {
|
||||
&controllers.RechargeManagerController{},
|
||||
),
|
||||
),
|
||||
|
||||
/*****************打印机openAPI**********************/
|
||||
web.NSNamespace("/openapi",
|
||||
web.NSInclude(
|
||||
&controllers.ApiController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
web.AddNamespace(ns)
|
||||
|
||||
Reference in New Issue
Block a user