{
"msg":"操作成功",
"code":200,
"data": {
"records": [
{
"id":"1",
"stockId":"11111122222",
"stockName":"11111122222",
"stockStatus":"",
"sourceType":"微信",
"couponAmt":2.0,
"transMin":1.0,
"maxCoupons":1,
"maxCouponsPerUser":1,
"activityTime":"2024-10-15 14:29:552024-10-15 14:29:55",
"batchDes":"",
"leftNum":0,
"receiveNum":0,
"consumeNum":0,
"createTime":"2024-10-15 14:29:55",
"createOr":"",
"updateTime":"2024-10-15 15:03:11",
"updateOr":"",
"ageName":null,
"ageCustId":null,
"fathCustId":null,
"agentLevel":null,
"remarks":"",
"aendTime":"2024-10-15 14:29:55",
"abeginTime":"2024-10-15 14:29:55"
},
{
"id":"2",
"stockId":"11112222",
"stockName":"1111112222233",
"stockStatus":"",
"sourceType":"支付宝",
"couponAmt":111.0,
"transMin":111.0,
"maxCoupons":111,
"maxCouponsPerUser":111,
"activityTime":"2024-10-15 14:29:552024-10-15 14:29:55",
"batchDes":"111",
"leftNum":111,
"receiveNum":111,
"consumeNum":111,
"createTime":"2024-10-15 14:29:55",
"createOr":"111",
"updateTime":"2024-10-15 15:03:11",
"updateOr":"",
"ageName":"111",
"ageCustId":"111",
"fathCustId":"111",
"agentLevel":"1",
"remarks":"111",
"aendTime":"2024-10-15 14:29:55",
"abeginTime":"2024-10-15 14:29:55"
}
],
"total":2,
"size":10,
"current":1,
"orders": [],
"optimizeCountSql":true,
"searchCount":true,
"maxLimit":null,
"countId":null,
"pages":1
},
"time":1728975858
}
curl --location --request GET '/operate/stockInfo/list?pageSize&pageNum&stockId&sourceType&stockName&stockStatus&startDate&endDate&ageCustId' \
--header 'Authorization: Bearer {{token}}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"id": "string",
"stockId": "string",
"stockName": "string",
"stockStatus": "string",
"sourceType": "string",
"couponAmt": 0,
"transMin": 0,
"maxCoupons": 0,
"maxCouponsPerUser": 0,
"activityTime": "string",
"batchDes": "string",
"leftNum": 0,
"receiveNum": 0,
"consumeNum": 0,
"createTime": "string",
"createOr": "string",
"updateTime": "string",
"updateOr": "string",
"ageName": "string",
"ageCustId": "string",
"fathCustId": "string",
"agentLevel": "string",
"remarks": "string",
"aendTime": "string",
"abeginTime": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}