This commit is contained in:
2026-06-26 18:14:26 +08:00
parent f604791c69
commit 1baa6d87cf
10 changed files with 404 additions and 30 deletions

View File

@@ -72,3 +72,8 @@ export interface CreateAgentRechargeRequest {
export interface ConfirmOfflinePaymentRequest {
operation_password: string
}
// 拒绝代理充值订单请求
export interface RejectAgentRechargeRequest {
reject_reason: string
}