curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/products//stock-logs?pageNo=1&pageSize=10&productId=1'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"spuId": 0,
"skuId": 0,
"changeType": 0,
"changeQuantity": 0,
"stockBefore": 0,
"stockAfter": 0,
"reason": "",
"remark": "",
"createTime": ""
}
]
}
}