curl --location --request GET '/operate/dingMapping/list?pageSize&pageNum&stockId&stockName&productNo&startDate&endDate' \
--header 'Authorization: Bearer {{token}}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"id": 0,
"stockId": "string",
"stockName": "string",
"sourceType": "string",
"productNo": "string",
"createOr": "string",
"createTime": "string",
"updateOr": "string",
"updateTime": "string",
"remarks": null
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}