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