Browse Source

REPORT-5856 插件管理新分类 平台插件分类过滤失效

master
yaoh.wu 6 years ago
parent
commit
41a03ac1e4
  1. 2
      designer-base/src/com/fr/design/extra/exe/GetPluginFromStoreExecutor.java

2
designer-base/src/com/fr/design/extra/exe/GetPluginFromStoreExecutor.java

@ -23,7 +23,7 @@ public class GetPluginFromStoreExecutor implements Executor {
private String scope; private String scope;
public GetPluginFromStoreExecutor(JSONObject info) { public GetPluginFromStoreExecutor(JSONObject info) {
this.category = info.optString("category"); this.category = info.optString("categories");
this.fee = info.optString("fee"); this.fee = info.optString("fee");
this.seller = info.optString("seller"); this.seller = info.optString("seller");
this.scope = info.optString("scope"); this.scope = info.optString("scope");

Loading…
Cancel
Save