Skip to content

商户评估用户分层

商户评估用户分层 官方文档

js
wxpay
.
v3
.
payscore
.
permissions
.
assessUserRiskLevel
.
post
({
service_id
,
appid
,
authorization_code
,
openid
,
shopping_info
,
}) .
then
(
({
data
: {
service_id
,
appid
,
mchid
,
openid
,
authorization_code
,
authorization_state
,
notify_url
,
cancel_authorization_time
,
authorization_success_time
,
sub_mchid
,
sub_appid
,
sub_openid
,
user_label
,
channel_id
,
user_risk_level
,
risk_level_version
,
}, }) => ({
service_id
,
appid
,
mchid
,
openid
,
authorization_code
,
authorization_state
,
notify_url
,
cancel_authorization_time
,
authorization_success_time
,
sub_mchid
,
sub_appid
,
sub_openid
,
user_label
,
channel_id
,
user_risk_level
,
risk_level_version
,
}) )

Released under the MIT License. (SITEMAP)