mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-03 12:17:46 +08:00
🎨 修复参数类型
This commit is contained in:
parent
172d31fd2e
commit
96e0067cb9
@ -72,7 +72,7 @@ public class WxCpGroupJoinWayInfo implements Serializable {
|
|||||||
如果有设置此参数,在调用获取客户群详情接口时会返回每个群成员对应的该参数值
|
如果有设置此参数,在调用获取客户群详情接口时会返回每个群成员对应的该参数值
|
||||||
*/
|
*/
|
||||||
@SerializedName("state")
|
@SerializedName("state")
|
||||||
private Integer state;
|
private String state;
|
||||||
|
|
||||||
public String toJson() {
|
public String toJson() {
|
||||||
return WxCpGsonBuilder.create().toJson(this);
|
return WxCpGsonBuilder.create().toJson(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user