fix(): fixed typo for request types for getAgentCommissionDetail()
This commit is contained in:
@@ -164,7 +164,7 @@ export class BrokerClient extends BaseRestClient {
|
|||||||
startTime?: string;
|
startTime?: string;
|
||||||
endTime?: string;
|
endTime?: string;
|
||||||
limit?: string;
|
limit?: string;
|
||||||
idLessTham?: string;
|
idLessThan?: string;
|
||||||
}): Promise<APIResponse<any>> {
|
}): Promise<APIResponse<any>> {
|
||||||
return this.getPrivate(
|
return this.getPrivate(
|
||||||
'/api/broker/v1/agent/commission-distribution',
|
'/api/broker/v1/agent/commission-distribution',
|
||||||
|
|||||||
Reference in New Issue
Block a user