fix(sora): 修复流式重写与计费问题
This commit is contained in:
@@ -27,7 +27,7 @@ type AccountRepository interface {
|
||||
GetByCRSAccountID(ctx context.Context, crsAccountID string) (*Account, error)
|
||||
// FindByExtraField 根据 extra 字段中的键值对查找账号(限定 platform='sora')
|
||||
// 用于查找通过 linked_openai_account_id 关联的 Sora 账号
|
||||
FindByExtraField(ctx context.Context, key string, value interface{}) ([]Account, error)
|
||||
FindByExtraField(ctx context.Context, key string, value any) ([]Account, error)
|
||||
Update(ctx context.Context, account *Account) error
|
||||
Delete(ctx context.Context, id int64) error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user