mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-07 14:17:47 +08:00
🎨 提交代码审核接口增加新的入参
This commit is contained in:
parent
cc8901598d
commit
53d332190c
@ -47,4 +47,10 @@ public class WxOpenMaSubmitAuditMessage implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@SerializedName("feedback_stuff")
|
@SerializedName("feedback_stuff")
|
||||||
private String feedbackStuff;
|
private String feedbackStuff;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用于声明是否不使用“代码中检测出但是未配置的隐私相关接口”
|
||||||
|
*/
|
||||||
|
@SerializedName("privacy_api_not_use")
|
||||||
|
private Boolean privacyApiNotUse;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user