mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-21 14:47:56 +00:00
swagger修复完成
This commit is contained in:
@@ -72,7 +72,7 @@ export const create{{.StructName}} = (data) => {
|
||||
// @Security ApiKeyAuth
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Param data body model.PageInfo true "分页获取{{.StructName}}列表"
|
||||
// @Param data body request.PageInfo true "分页获取{{.StructName}}列表"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
|
||||
// @Router /{{.Abbreviation}}/get{{.StructName}}List [post]
|
||||
export const get{{.StructName}}List = (data) => {
|
||||
|
||||
Reference in New Issue
Block a user