紫鸟查询店铺更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user