Skip to content

Commit

Permalink
🐛 修复错误代码
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Apr 7, 2021
1 parent 2b89a1d commit 4d0ff8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public List<WxCpTpDepart> list(Long id, String corpId) throws WxErrorException {
JsonObject tmpJsonObject = GsonParser.parse(responseContent);
return WxCpGsonBuilder.create()
.fromJson(tmpJsonObject.get("department"),
new TypeToken<List<WxCpDepart>>() {
new TypeToken<List<WxCpTpDepart>>() {
}.getType()
);
}
Expand Down

0 comments on commit 4d0ff8f

Please sign in to comment.