🎨 修改bindStatus为Integer类型

This commit is contained in:
H黄小飞F 2024-06-12 14:43:02 +00:00 committed by Binary Wang
parent f91fc831a4
commit 0fe41444c2

View File

@ -41,7 +41,8 @@ public class SharerChangeMessage extends WxChannelMessage {
*/
@JsonProperty("bind_status")
@JacksonXmlProperty(localName = "bind_status")
private String bindStatus;
private Integer bindStatus;
}