Skip to content

商圈会员待积分状态查询

通过此API,商圈商户/服务商可以自行查询已授权“商圈会员积分服务”的会员用户当日在该商圈的待积分状态。

js
wxpay
.
v3
.
businesscircle
.
users
.
_openid_
.
points
.
commit_status
.
get
({
openid
,
params
,
}) .
then
(
({
data
: {
points_commit_status
,
}, }) => ({
points_commit_status
,
}) )

参阅 官方文档 官方文档

Released under the MIT License. (SITEMAP)