Skip to content

Commit

Permalink
update: 应用管理-安装包及配置文件列表-隐藏用户敏感字段
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Mar 20, 2019
1 parent 08045d6 commit 3f17adc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void jar() {
}

@At("/jar/data")
@Ok("json:full")
@Ok("json:{locked:'password|salt',ignoreNull:false}")
@RequiresPermissions("sys.operation.app.jar")
public Object jarData(@Param("appName") String appName, @Param("pageNumber") int pageNumber, @Param("pageSize") int pageSize, @Param("pageOrderName") String pageOrderName, @Param("pageOrderBy") String pageOrderBy) {
try {
Expand Down Expand Up @@ -243,7 +243,7 @@ public void conf() {


@At("/conf/data")
@Ok("json:{locked:'confData',ignoreNull:false}")
@Ok("json:{locked:'confData|password|salt',ignoreNull:false}")
@RequiresPermissions("sys.operation.app.conf")
public Object confData(@Param("confName") String confName, @Param("pageNumber") int pageNumber, @Param("pageSize") int pageSize, @Param("pageOrderName") String pageOrderName, @Param("pageOrderBy") String pageOrderBy) {
try {
Expand Down

0 comments on commit 3f17adc

Please sign in to comment.