Authorization: Bearer ********************
curl --location --request GET '/admin/merchant/mch/account/page'
{
"code": 0,
"msg": "成功",
"data": {
"records": [
{
"id": 3,
"mchNo": "003167056765",
"mchName": null,
"acctType": "01",
"acctName": "juuuu",
"acctNumber": "6757656755",
"acctBank": "招商银行"
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"hitCount": false,
"searchCount": true,
"pages": 1
}
}