fix(): fixed typo for request types for getAgentCommissionDetail()

This commit is contained in:
JJ-Cro
2025-02-25 10:49:56 +01:00
parent 36ffb8651b
commit 632e76263f

View File

@@ -164,7 +164,7 @@ export class BrokerClient extends BaseRestClient {
startTime?: string;
endTime?: string;
limit?: string;
idLessTham?: string;
idLessThan?: string;
}): Promise<APIResponse<any>> {
return this.getPrivate(
'/api/broker/v1/agent/commission-distribution',