chore(v4.1.6): updated post to postPrivate for getP2POnlineAds
This commit is contained in:
@@ -2883,7 +2883,7 @@ export class RestClientV5 extends BaseRestClient {
|
||||
getP2POnlineAds(
|
||||
params: GetP2POnlineAdsParamsV5,
|
||||
): Promise<APIResponseV3WithTime<P2POnlineAdsResponseV5>> {
|
||||
return this.post('/v5/p2p/item/online', params);
|
||||
return this.postPrivate('/v5/p2p/item/online', params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user