历史按钮弹窗
GET
/home/logGoods/getLogGoods
最后修改时间:2024-11-20 05:52:12
请求参数
Header 参数
token
string
必需
Body 参数multipart/form-data
type
integer
示例:2
logisticId
integer
示例:2
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:成功
cont
array [object {8}]
数据列表
create_time
string
必需
starTime
string
必需
endTime
string
示例:无截止
typename
object
示例:null
goodsId
integer
必需
day
string
必需
price
integer
示例:0
id
integer
示例:4
total
integer
示例:2
goods
object
示例:null
示例
{
"code": 0,
"message": "string",
"cont": [
{
"create_time": "string",
"starTime": "string",
"endTime": "string",
"typename": {},
"goodsId": 0,
"day": "string",
"price": 0,
"id": 0
}
],
"total": 0,
"goods": {}
}
修改于 2024-11-20 05:52:12