Authorization: Bearer ********************
curl --location --request GET '/admin/merchant/mch/index'
{
"code": 0,
"msg": null,
"data": {
"mchInfo": {
"mchNo": "003167056765",
"mchName": "测试",
"applyStatus": "04"
},
"acountInfo": {
"balanceAmt": 0,
"settleAmt": 90.25
},
"payInfo": {
"todayDate": "2023-01-11",
"ypayAmt": 0,
"yrefundAmt": 0,
"tpayAmt": 0,
"trefundAmt": 0
}
}
}