- 后台接口
- 前台接口
- 【新】后台接口
- 【新】前台接口
记录列表
开发中
GET
/api/ppt/lists
请求参数
Header 参数
token
string
可选
示例值:
{{api-token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/ppt/lists' \
--header 'token: {{api-token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {15}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array[string]
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 6,
"user_id": 1,
"type": 1,
"prompt": "科技改变生活",
"title": "科技改变生活",
"page_count": 0,
"channel": "chat_ppt",
"task_id": "nMy57hcmvKhTXffheSvGpk5RVKgmsDHW",
"file_url": "",
"preview": [
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e504f1e.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e51c36f.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e5a62ea.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627eb23cbb.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e64930f.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627fcc43c5.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e70e4ec.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627fe88d10.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e7d49ab.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670628003b999.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e86a3a7.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670628054df79.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/670627e8f3b79.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/67062805827e0.jpg",
"http://www.php-cw.localhost/uploads/ppt/20241009/67062805d8d5e.jpg"
],
"progress": 100,
"status": 2,
"fail_reason": "",
"ip": "172.18.0.1",
"create_time": "2024-10-09 14:50:56"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}
修改于 2024-10-10 03:28:41