change ticketinfo api
parent
3fd0ebf9c8
commit
c487187451
24
doc/api.md
24
doc/api.md
|
|
@ -361,7 +361,8 @@ data (same as oreo):
|
|||
"op": "宇航员",
|
||||
"type": 0,
|
||||
"content": "",
|
||||
"createdTime": "2024-03-07T19:52:48.523305"
|
||||
"createdTime": "2024-03-07T19:52:48.523305",
|
||||
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
|
||||
},
|
||||
{
|
||||
"avatar": "https://....jpg",
|
||||
|
|
@ -369,7 +370,8 @@ data (same as oreo):
|
|||
"op": "宇航员",
|
||||
"type": 2,
|
||||
"content": "1",
|
||||
"createdTime": "2024-03-07T19:58:27.838816"
|
||||
"createdTime": "2024-03-07T19:58:27.838816",
|
||||
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
|
||||
},
|
||||
{
|
||||
"avatar": "https://....jpg",
|
||||
|
|
@ -377,7 +379,8 @@ data (same as oreo):
|
|||
"op": "宇航员",
|
||||
"type": 2,
|
||||
"content": "4",
|
||||
"createdTime": "2024-03-07T20:28:12.070707"
|
||||
"createdTime": "2024-03-07T20:28:12.070707",
|
||||
"pic": [], // 只有当 type = 1 (评论) 时 pic 才有可能非空
|
||||
},
|
||||
{
|
||||
"avatar": "https://....jpg",
|
||||
|
|
@ -385,7 +388,20 @@ data (same as oreo):
|
|||
"op": "宇航员",
|
||||
"type": 2,
|
||||
"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],
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@
|
|||
"op": "宇航员",
|
||||
"type": 0,
|
||||
"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",
|
||||
|
|
@ -25,7 +26,8 @@
|
|||
"op": "宇航员",
|
||||
"type": 2,
|
||||
"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",
|
||||
|
|
@ -33,7 +35,8 @@
|
|||
"op": "宇航员",
|
||||
"type": 2,
|
||||
"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",
|
||||
|
|
@ -41,7 +44,21 @@
|
|||
"op": "宇航员",
|
||||
"type": 2,
|
||||
"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],
|
||||
|
|
|
|||
Loading…
Reference in New Issue