curl --location --request GET '/operate/dingMapping/detail?id' \
--header 'Authorization: Bearer {{token}}'
{
"msg": "string",
"code": 0,
"data": {
"id": 0,
"stockId": "string",
"stockName": "string",
"sourceType": "string",
"productNo": "string",
"createOr": "string",
"createTime": "string",
"updateOr": "string",
"updateTime": "string",
"remarks": null
},
"time": 0
}