紫鸟查询店铺更新

This commit is contained in:
super
2026-04-02 01:15:50 +08:00
parent 63043c56d4
commit 1fdef3c67f
17 changed files with 891 additions and 51 deletions

View File

@@ -211,12 +211,16 @@ export interface DeleteBrandTaskBatchVo {
missingTaskIds: number[]
}
export type DeleteBrandMatchStatus = 'MATCHED' | 'PENDING' | 'CONFLICT' | 'INDEX_STALE'
export interface DeleteBrandResultItem {
resultId?: number
fileKey?: string
sourceFilename: string
shopName?: string
matched?: boolean
matchStatus?: DeleteBrandMatchStatus
matchMessage?: string
shopId?: string
platform?: string
openStoreUrl?: string