curl --location --request GET '/zk/erp-outbound-attachment/page?pageNo=1&pageSize=10'
{
"code": 0,
"data": {
"list": [
{
"id": 0,
"status": 0,
"createTime": "",
"businessId": "",
"businessType": "",
"fileType": "",
"fileName": "",
"path": "",
"size": ""
}
],
"total": 0
},
"msg": ""
}