Skip to content

Commit

Permalink
:bug #1958 【企业微信】获取应用详情接口返回的部门ID列表字段修改为Long类型
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyugetc520 authored Jan 8, 2021
1 parent 20c0a02 commit 1eec0f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class User implements Serializable {
@Data
public class Parties {
@SerializedName("partyid")
private List<Integer> partyIds = null;
private List<Long> partyIds = null;
}

@Data
Expand Down

0 comments on commit 1eec0f4

Please sign in to comment.