Authorization: Bearer ********************
curl --location --request GET '/admin/merchant/mch/info'
{
"code": 0,
"msg": "成功",
"data": {
"mchNo": "000000000000",
"mchType": "03",
"mchName": "厦门测试科技有限公司",
"mchAddress": "asdas",
"businLicenseNo": "asda",
"idCardName": "asd",
"idCardNumber": null,
"servicePhone": "as",
"imageUrl": "http://localhost:8080/admin/merchant/mch/info/show/L21lcmNoYW50L3BpY3R1cmUvMDAwMDAwMDAwMDAwLzg3YmU0N2IxMGNiNTQ2ZTA5MmUwZGZmNDBhOTdlZmVhLmpwZw==",
"applyStatus": "01",
"applyStatusDesc": "待审核",
"applyTime": "2023-01-09 14:37:20",
"reason": null
}
}