🎨 修改bindStatus为Integer类型
This commit is contained in:
@@ -41,7 +41,8 @@ public class SharerChangeMessage extends WxChannelMessage {
|
|||||||
*/
|
*/
|
||||||
@JsonProperty("bind_status")
|
@JsonProperty("bind_status")
|
||||||
@JacksonXmlProperty(localName = "bind_status")
|
@JacksonXmlProperty(localName = "bind_status")
|
||||||
private String bindStatus;
|
private Integer bindStatus;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user