This commit is contained in:
Your Name
2026-09-07 10:07:47 +08:00
parent cf3fbdc5ef
commit d5164b7369
388 changed files with 19863 additions and 18720 deletions
+8
View File
@@ -300,6 +300,10 @@ export interface WecomPromotionBatchUpdatePoolsParams {
fallback_url?: string
status?: 0 | 1
automation_config?: Record<string, unknown>
member_status?: {
member_admin_ids: number[]
status: 0 | 1
}
}
}
@@ -309,6 +313,8 @@ export interface WecomPromotionBatchUpdatePoolResult {
success: boolean
sync_error?: string
sync_queued?: boolean
member_matched?: number
member_updated?: number
error?: string
}
@@ -318,6 +324,8 @@ export interface WecomPromotionBatchUpdatePoolsResult {
failed: number
sync_error_count: number
sync_queued_count: number
member_matched: number
member_updated: number
results: WecomPromotionBatchUpdatePoolResult[]
}