跳转到主要内容
GET
/
api
/
v2
/
channels
/
publish
/
records
/
public
/
{recordId}
公开查询发布记录
curl --request GET \
  --url https://aitoearn.cn/api/v2/channels/publish/records/public/{recordId}
{
  "code": 0,
  "message": "请求成功",
  "data": {
    "id": "string",
    "accountType": "douyin",
    "type": "video",
    "status": -1,
    "publishTime": "2026-07-02T12:00:00.000Z",
    "platformWorkId": "string",
    "workLink": "string",
    "linkStatus": "pending",
    "createdAt": "2026-07-02T12:00:00.000Z",
    "updatedAt": "2026-07-02T12:00:00.000Z"
  }
}

路径参数

recordId
string
必填

发布记录 ID

响应

200 - application/json

请求已被服务处理。业务是否成功以响应体 code === 0 为准。

code
integer
必填

业务状态码。0 表示成功,非 0 表示业务错误。

message
string
必填

响应消息。

data
object
requestId
string

请求 ID。

timestamp
integer

错误响应时间戳,Unix 毫秒。