mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 11:17:55 +00:00
swagger 迎合版本更新修改json 为string
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
// @Summary 注册工作流
|
||||
// @Produce application/json
|
||||
// @Param data body sysModel.SysWorkflow true "注册工作流接口"
|
||||
// @Success 200 {string} json "{"success":true,"data":{},"msg":"注册成功"}"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"注册成功"}"
|
||||
// @Router /workflow/createWorkFlow [post]
|
||||
func CreateWorkFlow(c *gin.Context) {
|
||||
var wk sysModel.SysWorkflow
|
||||
|
||||
Reference in New Issue
Block a user