fix(): fixed typo for request types for getAgentCommissionDetail()
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user