智慧农业后台管理
guoshilong
2022-09-15 fa326e87de2805d8b66b301daee596b1d959e430
src/main/java/org/springblade/modules/system/controller/DictBizController.java
@@ -166,6 +166,17 @@
   }
   /**
    * 获取字典-微信小程序
    */
   @GetMapping("/dictionary_wx")
   @ApiOperationSupport(order = 10)
   @ApiOperation(value = "获取字典", notes = "获取字典")
   public R<List<DictBiz>> dictionaryWx(String code,String tenantId) {
      List<DictBiz> tree = dictService.getListWx(code,tenantId);
      return R.data(tree);
   }
   /**
    * 获取字典树
    */
   @GetMapping("/dictionary-tree")