mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
:bug #1958 【企业微信】获取应用详情接口返回的部门ID列表字段修改为Long类型
This commit is contained in:
parent
20c0a028c8
commit
1eec0f4bfa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user