|
|
|
@ -18,7 +18,7 @@ const getSuccessNotices = () => mPost(`/recycle-service/get/recently-order-succe |
|
|
|
// /get/all-paper-mill 获取全部纸厂列表
|
|
|
|
const getAllFactoryList = () => mGet(`/recycle-service/get/all-paper-mill`, null, zconfig) |
|
|
|
// /get/paper-mill-paper-category-price-list 获取纸厂品类价格信息列表
|
|
|
|
const getFactoryPrice = () => mGet(`/recycle-service/get/paper-mill-paper-category-price-list`, null, zconfig) |
|
|
|
const getFactoryPrice = (params) => mGet(`/recycle-service/get/paper-mill-paper-category-price-list`, params, zconfig) |
|
|
|
// /get/paper-mill-paper-category-price-details/{id} 获取纸厂品类价格信息详情
|
|
|
|
const getFactoryPriceDetail = (id) => mGet(`/recycle-service/get/paper-mill-paper-category-price-details/${id}`, null, zconfig) |
|
|
|
// /get/paper-mill-city 获取纸厂所有地区列表
|
|
|
|
|