主题
用户申请使用服务时,商户可通过此接口查询用户是否“已授权”本服务。在“已授权”状态下的服务,用户才可以申请使用。 官方文档
wxpay.v3.payscore.userServiceState.get({ params, }) .then( ({ data: { appid, service_id, openid, use_service_state, }, }) => ({ appid, service_id, openid, use_service_state, }) )