Newer
Older
smartKitchenFront / src / api / systemNew / systemNew.js
liuyangyingjie on 31 Oct 2022 171 bytes feat(修改问题,添加注释): 整体提交
import { instance } from '../request/http'
// 资质列表
const getCertification = () => {
  return instance.post(`/sys/qualify/list`, {})
}

export { getCertification }