商家项目列表
开发中
GET
adminapi/shop.goods/lists
请求参数
Query 参数
type
string
可选
keyword
string
项目信息
category_id
integer
分类id
start_time
string
开始时间
end_time
string
结束时间
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'adminapi/shop.goods/lists?type&keyword&category_id&start_time&end_time'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {13}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
object
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 21,
"shop_id": 9,
"name": "123",
"image": "http://www.php-amdj.localhost/uploads/images/20241023/2024102316315296e277193.png",
"audit_status": 1,
"status": 1,
"category_id": 16,
"order_num": 0,
"price": "123.00",
"status_desc": "销售中",
"audit_status_desc": "审核通过",
"category_name": "窈窕淑女",
"shop_name": "广州海珠店1"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": {
"wait_count": 0,
"refuse_count": 0,
"shelve_count": 1,
"unshelve_count": 0
}
}
}
修改于 2024-11-21 02:30:10