mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2198 【小程序】增加根据提交信息数据获取用户安全等级的接口
This commit is contained in:
@@ -523,6 +523,17 @@ public class WxMaApiUrlConstants {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 安全风控
|
||||
*/
|
||||
interface SafetyRiskControl {
|
||||
/**
|
||||
* 获取用户的安全等级,无需用户授权
|
||||
*/
|
||||
String GET_USER_RISK_RANK = "https://api.weixin.qq.com/wxa/getuserriskrank";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user