import { handle } from '../../index'

const suffix = 'sww-api'

// 查询字典项
export const dictGetAllSysDictsByValue = (params) => handle({
  url: `/${suffix}/api/dict/getAllSysDictsByValue`,
  method: 'get',
  params
})