Authorization: Bearer ********************curl --location 'http://probill.local/api//domain/transfer/lists?type=undefined&page=undefined&pageSize=undefined&id=20004' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"time": 1720857600,
"data": {
"rows": [
{
"id": 2048,
"uid": 88,
"domain": "example.com",
"type": 0,
"status": 0,
"org_channel": "GoDaddy",
"api_id": 3,
"server": "webnic",
"total": "68.00",
"status_time": "2026-07-13 10:00:00",
"create_time": 1720800000,
"type_arr": {
"name": "转入",
"class": "warning"
},
"status_arr": {
"name": "处理中",
"class": "warning"
},
"api_server": "Webnic",
"cancel_disable": false,
"handle_disable": true
}
],
"total": 1,
"pageSize": 20,
"page": 1
}
}