🆕 #2198 【小程序】增加根据提交信息数据获取用户安全等级的接口

This commit is contained in:
徐凯旋
2022-01-26 14:27:14 +08:00
committed by GitHub
parent a79b05cd45
commit 1af394cdd9
10 changed files with 244 additions and 2 deletions

View File

@@ -523,6 +523,17 @@ public class WxMaApiUrlConstants {
}
/**
* 安全风控
*/
interface SafetyRiskControl {
/**
* 获取用户的安全等级,无需用户授权
*/
String GET_USER_RISK_RANK = "https://api.weixin.qq.com/wxa/getuserriskrank";
}
}
}