mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-01 03:25:35 +08:00
🐛 修复错误代码
This commit is contained in:
@ -58,7 +58,7 @@ public class WxCpTpDepartmentServiceImpl implements WxCpTpDepartmentService {
|
||||
JsonObject tmpJsonObject = GsonParser.parse(responseContent);
|
||||
return WxCpGsonBuilder.create()
|
||||
.fromJson(tmpJsonObject.get("department"),
|
||||
new TypeToken<List<WxCpDepart>>() {
|
||||
new TypeToken<List<WxCpTpDepart>>() {
|
||||
}.getType()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user