服务列表
开发中GET
/adminapi/write.service/lists请求参数
Query 参数
ai
string
ai模型
示例值:
gpt3.5
status
string
可选
状态: [0=禁用, 1=启用]
title
string
服务名称
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {9}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array[string]
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 27,
"title": "服务123456",
"image": "http://www.php-ws.localhost/222.png",
"price": "¥6",
"ai": "文心一言",
"model": "ERNIE-Bot",
"sort": 11,
"status": 0,
"create_time": "2024-02-18 15:19:37"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}
最后修改时间: 9 个月前