diff --git a/api/logic.tpl b/api/logic.tpl index 5db94f8..6aca818 100644 --- a/api/logic.tpl +++ b/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}} }