mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-16 21:36:27 +08:00
✨ #1217 小程序增加校验图片/音频是否含有违法违规内容的接口
* 添加 微信内容异步检测接口 * 消息route 增加 title 参数
This commit is contained in:
@@ -69,4 +69,20 @@ public class WxMaConstants {
|
||||
*/
|
||||
public static final int ERR_40014 = 40014;
|
||||
}
|
||||
|
||||
/**
|
||||
* 内容安全检测的媒体类型
|
||||
*/
|
||||
public static final class SecCheckMediaType {
|
||||
|
||||
/**
|
||||
* 音频
|
||||
*/
|
||||
public static final int VOICE = 1;
|
||||
|
||||
/**
|
||||
* 图片
|
||||
*/
|
||||
public static final int IMAGE = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user