{
"pageNum": "1",
"pageSize": "10",
"id": "string",
"mrchNo": "string",
"mrchName": "string",
"thirdMchid": "string",
"delFlag": "0"
}
curl --location --request GET '/operate/dingMerch/list?id' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "1",
"pageSize": "10",
"id": "string",
"mrchNo": "string",
"mrchName": "string",
"thirdMchid": "string",
"delFlag": "0"
}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"merchNo": "string",
"isExist": "string",
"id": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}