🎨 修复参数类型

This commit is contained in:
gf3gf3 2022-05-30 17:31:58 +08:00 committed by GitHub
parent 172d31fd2e
commit 96e0067cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ public class WxCpGroupJoinWayInfo implements Serializable {
如果有设置此参数在调用获取客户群详情接口时会返回每个群成员对应的该参数值
*/
@SerializedName("state")
private Integer state;
private String state;
public String toJson() {
return WxCpGsonBuilder.create().toJson(this);