mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-01-21 18:48:32 +08:00
🎨 修改bindStatus为Integer类型
This commit is contained in:
@@ -41,7 +41,8 @@ public class SharerChangeMessage extends WxChannelMessage {
|
||||
*/
|
||||
@JsonProperty("bind_status")
|
||||
@JacksonXmlProperty(localName = "bind_status")
|
||||
private String bindStatus;
|
||||
private Integer bindStatus;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user