Skip to content

Commit 53d3321

Browse files
authored
🎨 提交代码审核接口增加新的入参
1 parent cc89015 commit 53d3321

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/message/WxOpenMaSubmitAuditMessage.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ public class WxOpenMaSubmitAuditMessage implements Serializable {
4747
*/
4848
@SerializedName("feedback_stuff")
4949
private String feedbackStuff;
50+
51+
/**
52+
* 用于声明是否不使用“代码中检测出但是未配置的隐私相关接口”
53+
*/
54+
@SerializedName("privacy_api_not_use")
55+
private Boolean privacyApiNotUse;
5056
}

0 commit comments

Comments
 (0)