polyv-live-api-sdk 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -10630,7 +10630,7 @@ var V4ChannelService = class {
10630
10630
  async channelDetailList(params) {
10631
10631
  this.validatePaginationParams(params);
10632
10632
  const response = await this.client.httpClient.get(
10633
- "/live/v4/channel/operate/channel-detail-list",
10633
+ "/live/v4/channel/detail/list",
10634
10634
  { params }
10635
10635
  );
10636
10636
  return response;