import https from "@/plugins/luch-request_0.0.7/request"; //平台花材列表 export const ptItemList = data => { return https.get("/pt-item/list", data); }; export const getPtItemDetail = data => { return https.get("/pt-item/detail", data); }; export const changeAuth = data => { return https.get("/pt-item/change-auth", data); };