优化支付日志和配置删除提示

This commit is contained in:
yml
2026-06-18 22:16:09 +08:00
parent fa14e0e36d
commit 9b06673efb
15 changed files with 381 additions and 92 deletions
@@ -19,6 +19,7 @@ export interface PaymentConfig {
status: string
environment: string
business_tags: string[] | null
reference_count: number
total_transactions: number
total_amount_cent: number
last_used_at: string | null