🎨 修复获取共享应用列表返回类型错误的问题
This commit is contained in:
@@ -39,7 +39,7 @@ public class WxCpCorpGroupServiceImpl implements WxCpCorpGroupService {
|
||||
JsonObject tmpJson = GsonParser.parse(responseContent);
|
||||
|
||||
return WxCpGsonBuilder.create().fromJson(tmpJson.get("corp_list"),
|
||||
new TypeToken<List<WxCpCorpGroupCorpListAppShareInfoResp>>() {
|
||||
new TypeToken<List<WxCpCorpGroupCorp>>() {
|
||||
}.getType()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user