curl --location --request GET 'https://ctgcdn.esurfingcloud.com/API/user/workorder?page=1&limit=10&keyword=test' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json'{
"code": 1,
"message": "OK",
"data": [
{
"id": "82",
"machine_id": "w-zkkqwxly",
"uid": "7738",
"type": "2",
"category_id": "11",
"title": "测试",
"contact": "test",
"telephone": "13771234567",
"email": "yijun.hu@verycloud.cn",
"content": "测试",
"priority": "1",
"urgent_reason": "",
"state": "1",
"create_uid": "0",
"create_time": "2025/11/07 13:05",
"update_uid": "0",
"update_username": "",
"update_time": "",
"complete_time": "",
"complete_timestamp": "0",
"category_name": "充值续费",
"username": "yijun.hu",
"create_username": "",
"operator_uid": "0",
"operator_username": "",
"operator_users": [
"2",
"7738",
"7739",
"7744",
"7814",
"7815",
"7816",
"7858"
],
"operator_role": "noc",
"merge_content": "",
"merge_workorder_id": 0,
"workorder_id": [],
"is_remind": 0,
"is_reopen": 0,
"type_zh": "外部工单"
}
],
"limit": 10,
"page": 1,
"total": 1,
"total_page": 1
}