feat: 管理员列表接口直接返回模板数据
移除调试打印语句
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user