feat: integrate unified payment and wallet refunds

This commit is contained in:
2026-08-02 23:24:32 +08:00
parent f0b8af0bc8
commit 82a2106a97
64 changed files with 1519 additions and 254 deletions

View File

@@ -1,4 +1,4 @@
package gas
package gas
type ResourceMode string
@@ -30,8 +30,8 @@ func ExpectedResources() []ResourceContract {
{"contract", "gasorder_contract_revision", ReadOnly}, {"gasorder", "gasorder_basic", AppendOnly},
{"contract", "product_info", ReadOnly},
{"finance", "wallet_basic", ReadOnly}, {"finance", "wallet_bank", ReadOnly},
{"finance", "wallet_payment", ReadOnly}, {"finance", "wallet_record", ReadOnly},
{"finance", "wallet_refund", ReadOnly}, {"finance", "wallet_apply_cash", AppendOnly},
{"finance", "payment_order", ReadOnly}, {"finance", "wallet_record", ReadOnly},
{"finance", "payment_refund", ReadOnly}, {"finance", "wallet_apply_cash", AppendOnly},
{"finance", "fin_settlement", ReadOnly}, {"finance", "fin_reconciliation", ReadOnly},
{"ticket", "cs_ticket", Writable},
}