curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalpay/set_mch_use_scope?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"mch_id": "12334",
"allow_use_scope": {
"user": [
"zhangsan",
"lisi"
],
"partyid": [
1
],
"tagid": [
1,
2,
3
]
}
}'{
"errcode": 0,
"errmsg": "ok"
}