Newer
Older
smartKitchenFront / src / api / systemNew / systemNew.js
liuyangyingjie on 26 Oct 2022 173 bytes first commit
import { instance } from "../request/http";
//资质列表
const  getCertification = () => {
    return instance.post(`/sys/qualify/list`,{})
}


export { getCertification }