1
0
mirror of synced 2025-12-17 13:08:02 +08:00

🆕 #3232 【开放平台】小程序增加获取隐私接口检测结果的API

This commit is contained in:
Leandra Green
2024-03-02 18:10:49 +08:00
committed by GitHub
parent 1589a85064
commit ad6ad003bc
4 changed files with 69 additions and 0 deletions

View File

@@ -709,6 +709,20 @@ public class WxMpXmlMessage implements Serializable {
@JacksonXmlProperty(localName = "Reason")
private String reason;
/**
* 审核延后时的时间(整形),时间戳
*/
@XStreamAlias("DelayTime")
@JacksonXmlProperty(localName = "DelayTime")
private Long delayTime;
/**
* 审核不通过的截图示例。用 | 分隔的 media_id 的列表
*/
@XStreamAlias("ScreenShot")
@JacksonXmlProperty(localName = "ScreenShot")
private String screenShot;
///////////////////////////////////////
// 扫一扫事件推送
///////////////////////////////////////