{
"mch_id": "12334"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalpay/getmerchant?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mch_id": "12334"
}'
{
"errcode": 0,
"errmsg": "ok",
"bind_status": 0,
"mch_id": "12334",
"merchant_name": "test",
"allow_use_scope": {
"user": [
"zhangsan",
"lisi"
],
"partyid": [
1
],
"tagid": [
1,
2,
3
]
}
}