import http from '../utils/http/index.js' // 添加纸品 export function addPaper(data) { return http.post({ url: '/base-paper-trading/create/product', data }) } export function getPaperCategory(data) { return http.get({ url: '/base-paper-trading/get/product/category-list', data }) }