Skip to content

商圈会员积分服务授权状态查询

通过积分授权查询API,商圈商户可自行查询用户积分功能开通情况 官方文档 官方文档

js
wxpay
.
v3
.
businesscircle
.
userAuthorizations
.
_openid_
.
get
({
openid
,
params
,
}) .
then
(
({
data
: {
openid
,
authorize_state
,
authorize_time
,
deauthorize_time
,
}, }) => ({
openid
,
authorize_state
,
authorize_time
,
deauthorize_time
,
}) )

Released under the MIT License. (SITEMAP)