🐛 修复错误代码
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