Skip to content
中文

Provider Notes

Field Definitions

text
pageNumber
integer
<int32>
  // provider-specific example normalized for English documentation
Optional
Example:
0
pageSize
integer
<int32>
  // provider-specific example normalized for English documentation
Optional
Example:
10
sort
string
  // provider-specific example normalized for English documentation
Optional
Example:
id,desc
channelId
string
Channel ID
Optional
enable
boolean
Whether available
Optional
Example:
true
mode
enum<string>
Account mode
Optional
Enum Values:
RELAX
FAST
TURBO
Example:
RELAX
name
string
  // provider-specific example normalized for English documentation
Optional

Example

json
{
    "pageNumber": 0,
    "pageSize": 10,
    "sort": "id,desc",
    "channelId": "string",
    "enable": true,
    "mode": "RELAX",
    "name": "string"
}