mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 修改bindStatus为Integer类型
This commit is contained in:
parent
f91fc831a4
commit
0fe41444c2
@ -41,7 +41,8 @@ public class SharerChangeMessage extends WxChannelMessage {
|
||||
*/
|
||||
@JsonProperty("bind_status")
|
||||
@JacksonXmlProperty(localName = "bind_status")
|
||||
private String bindStatus;
|
||||
private Integer bindStatus;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user