f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user