mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#1011 开放平台小程序审核结果增加截图示例的字段
This commit is contained in:
@@ -29,4 +29,9 @@ public class WxOpenMaQueryAuditResult extends WxOpenResult {
|
||||
* 审核失败原因.
|
||||
*/
|
||||
String reason;
|
||||
/**
|
||||
* 当status=1,审核被拒绝时,会返回审核失败的小程序截图示例。 xxx丨yyy丨zzz是media_id可通过获取永久素材接口 拉取截图内容).
|
||||
*/
|
||||
@SerializedName(value = "screenshot")
|
||||
private String screenShot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user