1
0
mirror of synced 2025-12-16 03:57:56 +08:00

: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

View File

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