mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +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
|
||||
public class Parties {
|
||||
@SerializedName("partyid")
|
||||
private List<Integer> partyIds = null;
|
||||
private List<Long> partyIds = null;
|
||||
}
|
||||
|
||||
@Data
|
||||
|
Loading…
Reference in New Issue
Block a user