fix querylist

This commit is contained in:
2025-05-28 18:08:47 +08:00
parent e0f1a848a6
commit 80861c53f1
3 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ type Query {
IsPaid bool `json:"is_paid"` // 是否支付
IsQueryCompleted bool `json:"is_query_completed"` // 查询是否完成
IsAuthCompleted bool `json:"is_auth_completed"` // 授权是否完成
IsRefunded bool `json:"is_refunded"` // 是否退款
}