mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-19 21:57:51 +00:00
提出api中的model到单独model分组 修改dashboard 拼写错误
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
// @Security ApiKeyAuth
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Param data body autoCodeModel.AutoCodeStruct true "创建自动代码"
|
||||
// @Param data body model.AutoCodeStruct true "创建自动代码"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}"
|
||||
// @Router /autoCode/createTemp [post]
|
||||
func CreateTemp(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user