change ticketinfo api

mgy
Dawn_Ocean 2024-04-08 14:20:21 +08:00
parent 3fd0ebf9c8
commit c487187451
2 changed files with 41 additions and 8 deletions

View File

@ -361,7 +361,8 @@ data (same as oreo):
"op": "宇航员", "op": "宇航员",
"type": 0, "type": 0,
"content": "", "content": "",
"createdTime": "2024-03-07T19:52:48.523305" "createdTime": "2024-03-07T19:52:48.523305",
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
}, },
{ {
"avatar": "https://....jpg", "avatar": "https://....jpg",
@ -369,7 +370,8 @@ data (same as oreo):
"op": "宇航员", "op": "宇航员",
"type": 2, "type": 2,
"content": "1", "content": "1",
"createdTime": "2024-03-07T19:58:27.838816" "createdTime": "2024-03-07T19:58:27.838816",
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
}, },
{ {
"avatar": "https://....jpg", "avatar": "https://....jpg",
@ -377,7 +379,8 @@ data (same as oreo):
"op": "宇航员", "op": "宇航员",
"type": 2, "type": 2,
"content": "4", "content": "4",
"createdTime": "2024-03-07T20:28:12.070707" "createdTime": "2024-03-07T20:28:12.070707",
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
}, },
{ {
"avatar": "https://....jpg", "avatar": "https://....jpg",
@ -385,7 +388,20 @@ data (same as oreo):
"op": "宇航员", "op": "宇航员",
"type": 2, "type": 2,
"content": "5", "content": "5",
"createdTime": "2024-03-07T20:30:15.770486" "createdTime": "2024-03-07T20:30:15.770486",
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
},
{
"avatar": "https://....jpg",
"id": 21374,
"op": "宇航员",
"type": 1,
"content": "清灰换硅脂",
"createdTime": "2024-03-07T20:30:15.780486",
"pic": [
"https://....jpg",
...
]
} }
], ],
"accessories": [2], "accessories": [2],

View File

@ -17,7 +17,8 @@
"op": "宇航员", "op": "宇航员",
"type": 0, "type": 0,
"content": "", "content": "",
"createdTime": "2024-03-07T19:52:48.523305" "createdTime": "2024-03-07T19:52:48.523305",
"pic": []
}, },
{ {
"avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png", "avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png",
@ -25,7 +26,8 @@
"op": "宇航员", "op": "宇航员",
"type": 2, "type": 2,
"content": "1", "content": "1",
"createdTime": "2024-03-07T19:58:27.838816" "createdTime": "2024-03-07T19:58:27.838816",
"pic": []
}, },
{ {
"avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png", "avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png",
@ -33,7 +35,8 @@
"op": "宇航员", "op": "宇航员",
"type": 2, "type": 2,
"content": "4", "content": "4",
"createdTime": "2024-03-07T20:28:12.070707" "createdTime": "2024-03-07T20:28:12.070707",
"pic": []
}, },
{ {
"avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png", "avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png",
@ -41,7 +44,21 @@
"op": "宇航员", "op": "宇航员",
"type": 2, "type": 2,
"content": "5", "content": "5",
"createdTime": "2024-03-07T20:30:15.770486" "createdTime": "2024-03-07T20:30:15.770486",
"pic": []
},
{
"avatar": "https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png",
"id": 21374,
"op": "宇航员",
"type": 1,
"content": "清灰换硅脂",
"createdTime": "2024-03-07T20:30:15.780486",
"pic": [
"https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png",
"https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png",
"https://gw.alipayobjects.com/zos/rmsportal/BiazfanxmamNRoxxVxka.png"
]
} }
], ],
"accessories": [2], "accessories": [2],