curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalpay/getmerchant?access_token=' \
--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
]
}
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通