From 525742af003fd9175ff81098f590a6facac6fe46 Mon Sep 17 00:00:00 2001 From: dark Date: Mon, 14 Jul 2025 04:22:37 +0800 Subject: [PATCH] test --- api/logic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} }