We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6514053 commit 83e26c4Copy full SHA for 83e26c4
server/resource/plug_template/api/api.go.tpl
@@ -15,7 +15,7 @@ type {{ .PlugName}}Api struct{}
15
// @Summary 请手动填写接口功能
16
// @Produce application/json
17
// @Success 200 {string} string "{"success":true,"data":{},"msg":"发送成功"}"
18
-// @Router /{{ .RouterGroup}}/routerName[post]
+// @Router /{{ .RouterGroup}}/routerName [post]
19
func (p *{{ .PlugName}}Api) ApiName(c *gin.Context) {
20
{{- if .HasRequest}}
21
var plug model.Request
0 commit comments