渠道管理/账号分组
调整账号排序
接口说明:更新指定分组内的账号排序。
PATCH
调整账号排序
授权
AiToEarn Open Platform API Key。
路径参数
分组 ID
请求体
application/json
排序列表
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:更新指定分组内的账号排序。
curl --request PATCH \
--url https://aitoearn.cn/api/v2/channels/account-groups/{groupId}/accounts/rank \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"list": [
{
"id": "<string>",
"rank": 123
}
]
}
'{
"code": 0,
"message": "请求成功",
"data": "string"
}AiToEarn Open Platform API Key。
分组 ID
curl --request PATCH \
--url https://aitoearn.cn/api/v2/channels/account-groups/{groupId}/accounts/rank \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"list": [
{
"id": "<string>",
"rank": 123
}
]
}
'{
"code": 0,
"message": "请求成功",
"data": "string"
}