update shorturl doc

This commit is contained in:
kevin
2020-08-31 20:52:29 +08:00
parent 36174ba5cc
commit fe3e70a60f
4 changed files with 135 additions and 276 deletions

View File

@@ -34,6 +34,8 @@ 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}}
}
`