新功能(#43): 提现前端优化 — 收款方式选择 + 收款码上传 + 取消按钮
This commit is contained in:
+5
-1
@@ -1163,6 +1163,7 @@ declare namespace API {
|
||||
size: number;
|
||||
user_id?: number;
|
||||
status?: number;
|
||||
method?: number;
|
||||
};
|
||||
|
||||
type GetWithdrawalListResponse = {
|
||||
@@ -3097,7 +3098,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