:bug #1958 【企业微信】获取应用详情接口返回的部门ID列表字段修改为Long类型

This commit is contained in:
tingyugetc520 2021-01-08 16:08:14 +08:00 committed by GitHub
parent 20c0a028c8
commit 1eec0f4bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ public class WxCpAgent implements Serializable {
@Data
public class Parties {
@SerializedName("partyid")
private List<Integer> partyIds = null;
private List<Long> partyIds = null;
}
@Data