feat: 管理员列表接口直接返回模板数据

移除调试打印语句
This commit is contained in:
2026-05-12 15:22:14 +08:00
parent 68576b2132
commit 2c3cbab11d
2 changed files with 31 additions and 6 deletions

View File

@@ -478,7 +478,6 @@ func ImageModelLambda(ctx context.Context, input any) (any, error) {
UserFiles: nodeInput.Global.FileUrl,
SessionId: nodeInput.Global.SessionId,
}
fmt.Println(req)
msg, err := ComposeMessages(ctx, &req)
if err != nil {
return nil, err