Authorization: Bearer ********************
curl --location --request GET '/admin/merchant/mch/website/page'
{
"code": 0,
"msg": "成功",
"data": {
"records": [
{
"id": 5,
"mchNo": "003167056765",
"websiteName": "zzzzz",
"websiteUrl": "www.baidu.com",
"appId": null,
"applyStatus": "05",
"createTime": "2023-02-07 11:17:02"
},
{
"id": 3,
"mchNo": "003167056765",
"websiteName": "测试",
"websiteUrl": "https://bingzo.cn",
"appId": "4875927183219764",
"applyStatus": "04",
"createTime": "2022-12-09 14:37:35"
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"hitCount": false,
"searchCount": true,
"pages": 1
}
}