fix querylist
This commit is contained in:
@@ -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"` // 是否退款
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user