文档生成不正确的问题
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 6m52s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 6m52s
This commit is contained in:
@@ -14,7 +14,7 @@ func registerAdminOrderRoutes(router fiber.Router, handler *admin.OrderHandler,
|
||||
Register(router, doc, basePath, "POST", "/orders", handler.Create, RouteSpec{
|
||||
Summary: "创建订单",
|
||||
Tags: []string{"订单管理"},
|
||||
Input: new(dto.CreateOrderRequest),
|
||||
Input: new(dto.CreateAdminOrderRequest),
|
||||
Output: new(dto.OrderResponse),
|
||||
Auth: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user