Authorization: Bearer ********************curl --location 'http://probill.local/api//domain/transfer/detail?id=20004' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"time": 1720857600,
"data": {
"id": 2048,
"uid": 88,
"domain": "example.com",
"type": 0,
"status": 0,
"org_channel": "GoDaddy",
"api_id": 3,
"server": "webnic",
"temp_id": 12,
"total": "68.00",
"status_time": "2026-07-13 10:00:00",
"create_time": 1720800000,
"template": {
"id": 12,
"name": "默认模板"
},
"status_arr": {
"name": "处理中",
"class": "warning"
},
"type_arr": {
"name": "转入",
"class": "warning"
}
}
}