Commit 5e787238 by tang

feat: 添加条码图书接口

parent 22ae371d
import {
POST
} from "../fetch.js"
const Prefix = process.env.NODE_ENV === 'development' ? '/gs1' : '';
// 获取条码图书
const getCodeBook = (params = {}) => {
return POST(`${Prefix}/office/product/api/findPage`, params)
}
export default {
getCodeBook,
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment