mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 12:32:53 +08:00
[FIX]【商品商城】增加接口
This commit is contained in:
@@ -2,28 +2,28 @@ 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 getShopList(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/shop/getShopList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// // 获取商城详情
|
||||
// export function getList(data) {
|
||||
// return request({
|
||||
// url: getUrl('/sale/product/getProList', 1),
|
||||
// method: 'post',
|
||||
// data
|
||||
// })
|
||||
// }
|
||||
// 查询分享轨迹(转发记录)
|
||||
export function getShareList(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/shop/getShareList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// // 获取转发记录列表
|
||||
// export function getProductInfo(data) {
|
||||
// return request({
|
||||
// url: getUrl('/sale/product/getItemDetail', 1),
|
||||
// method: 'post',
|
||||
// data
|
||||
// })
|
||||
// }
|
||||
// 分享轨迹保存
|
||||
export function saveShareTrack(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/shop/saveShareTrack', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user