查询子商户管控情况
服务商查询子商户的管控情况。 官方文档
js
wxpay.v3.mchOperationManage.merchantLimitations.subMchid._sub_mchid_.get({
sub_mchid,
})
.then(
({
data: {
mchid,
limited_functions,
recovery_specifications,
other_limited_functions,
},
}) => ({
mchid,
limited_functions,
recovery_specifications,
other_limited_functions,
})
)