#1011 开放平台小程序审核结果增加截图示例的字段

This commit is contained in:
Binary Wang
2019-05-12 20:59:30 +08:00
parent 0345d62d0a
commit 3f386d0a56
4 changed files with 37 additions and 83 deletions

View File

@@ -29,4 +29,9 @@ public class WxOpenMaQueryAuditResult extends WxOpenResult {
* 审核失败原因.
*/
String reason;
/**
* 当status=1审核被拒绝时会返回审核失败的小程序截图示例。 xxx丨yyy丨zzz是media_id可通过获取永久素材接口 拉取截图内容).
*/
@SerializedName(value = "screenshot")
private String screenShot;
}