Commit 788c8b2f authored by 赵啸非's avatar 赵啸非

修改基础服务资源权限校验

parent 02a8aa77
......@@ -55,4 +55,10 @@ public class AppVo extends BaseEntityLong {
*/
private Long targetAppId;
/** 类型(1.应用程序,2.url)列表 */
private List <Integer> appTypeList;
/** 类型(1.应用程序,2.url)排除列表 */
private List <Integer> appTypeNotList;
}
\ No newline at end of file
......@@ -25,7 +25,7 @@ Content-Type: application/json
{"siteId":"22","page":1,"size":-1}
{"siteId":"22",appTypeList,"page":1,"size":-1}
###自助终端应用更新与保存
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment