curl --location --request GET '/sys/permissions?name&description&pageNum=1&pageSize=10'
{"code":200,"message":"success","data":{"pageNum":1,"pageSize":10,"total":3,"pages":1,"list":[{"id":201,"name":"stuff/select","description":"商品模块查询"},{"id":202,"name":"stuff/edit","description":"商品模块编辑"},{"id":203,"name":"stuff/all","description":"商品模块所有权限"}]}}