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