- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
商品表头数量
开发中
GET
/api/admin/store/product/tabs/headers
最后修改时间:2023-06-07 02:56:33
责任人:未设置
请求参数
无
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
array [object {3}]
必需
count
integer
可选
name
string
可选
type
integer
可选
message
string
必需
示例
{
"code": 0,
"data": [
{
"count": 0,
"name": "",
"type": 0
}
],
"message": ""
}