@@ -57,7 +57,7 @@ public class User implements Serializable {
/**
* 关注公众号状态:1=已关注,0=未关注
*/
- @JsonIgnore
+ @JsonProperty("subscribe")
private Object isSubscribe;