mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 09:36:45 +08:00
[NEW]【商品商城】新增商品商城模块相关页面
This commit is contained in:
29
src/api/ebiz/product-store/product-store.js
Normal file
29
src/api/ebiz/product-store/product-store.js
Normal file
@@ -0,0 +1,29 @@
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
// // 获取商品商城列表
|
||||
// export function getCategory(data) {
|
||||
// return request({
|
||||
// url: getUrl('/sale/product/getCategory', 1),
|
||||
// method: 'post',
|
||||
// data
|
||||
// })
|
||||
// }
|
||||
|
||||
// // 获取商城详情
|
||||
// export function getList(data) {
|
||||
// return request({
|
||||
// url: getUrl('/sale/product/getProList', 1),
|
||||
// method: 'post',
|
||||
// data
|
||||
// })
|
||||
// }
|
||||
|
||||
// // 获取转发记录列表
|
||||
// export function getProductInfo(data) {
|
||||
// return request({
|
||||
// url: getUrl('/sale/product/getItemDetail', 1),
|
||||
// method: 'post',
|
||||
// data
|
||||
// })
|
||||
// }
|
||||
Reference in New Issue
Block a user