This commit is contained in:
2026-04-29 11:39:03 +08:00
parent 4e3e90c8e3
commit 80b581ee1e
3 changed files with 43 additions and 18 deletions

View File

@@ -98,6 +98,8 @@ export namespace AgentApi {
relation_agent_id: number;
amount: number;
type: string;
status: number;
remark: string;
create_time: string;
}
@@ -112,6 +114,7 @@ export namespace AgentApi {
agent_id?: number;
relation_agent_id?: number;
type?: string;
status?: number;
}
// 代理提现相关接口
@@ -186,6 +189,7 @@ export interface GetAgentLinkProductStatisticsParams {}
agent_id: number;
deducted_agent_id: number;
amount: number;
refunded_amount: number;
product_name: string;
type: 'cost' | 'pricing';
status: number;