新功能(#43): 提现前端优化 — 收款方式选择 + 收款码上传 + 取消按钮
This commit is contained in:
+12
-2
@@ -172,7 +172,14 @@ declare namespace API {
|
||||
|
||||
type CommissionWithdrawRequest = {
|
||||
amount: number;
|
||||
content: string;
|
||||
method: number;
|
||||
account?: string;
|
||||
qr_code_url?: string;
|
||||
content?: string;
|
||||
};
|
||||
|
||||
type WithdrawalCancelRequest = {
|
||||
withdrawal_id: number;
|
||||
};
|
||||
|
||||
type Coupon = {
|
||||
@@ -1296,7 +1303,10 @@ declare namespace API {
|
||||
id: number;
|
||||
user_id: number;
|
||||
amount: number;
|
||||
content: string;
|
||||
method: number;
|
||||
account?: string;
|
||||
qr_code_url?: string;
|
||||
content?: string;
|
||||
status: number;
|
||||
reason?: string;
|
||||
created_at: number;
|
||||
|
||||
Reference in New Issue
Block a user