Browse Source

test

master
dark 7 months ago
parent
commit
525742af00
  1. 2
      api/logic.tpl

2
api/logic.tpl

@ -24,7 +24,7 @@ func New{{.logic}}(ctx context.Context, svcCtx *svc.ServiceContext) *{{.logic}}
}
func (l *{{.logic}}) {{.function}}({{.request}}) {{.responseType}} {
// todo: add your logic here and delete this line
// 开始逻辑
{{.returnString}}
}

Loading…
Cancel
Save