online-custom-package-package-list
Updated: 2026-05-06 14:14:38
Query Online Custom Plan List
API Endpoint
GET /pcs/v1/customer/online-custom-package/package-list
API Description
Query the list of available online custom plans.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
product |
String |
Yes | Product type, supports duration, concurrence, vod |
Notes:
duration: Live streaming minutes plan.concurrence: Live streaming concurrency plan.vod: Video-on-demand plan.- Passing other values will return a parameter error.
Response Structure
Response type: PackageInfoListVO
| Field | Type | Description |
|---|---|---|
packageInfos |
Map<String, String> |
Plan list, key is the plan ID, value is the plan name |
Request Example
GET /pcs/v1/customer/online-custom-package/package-list?product=vod
Response Example
{
"packageInfos": {
"1001": "标准点播套餐",
"1002": "高级点播套餐"
}
}
