1111111
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
// 获取默认提菜信息
|
||||
getStoreBySid: (params = {}) => request.get("/customerstore/getStoreBySid/" + params, params),
|
||||
// 推荐有礼
|
||||
myRecommend: (params = {}) => request.get("/appletgiftbag/recommendRecord/" + params, params),
|
||||
myRecommend: (params = {}) => request.get("/newcomerrecorecord/recordList/" + params, params),
|
||||
// 基本信息修改头像
|
||||
headerUpload: config.baseUrl + '/lpkcustomer/modifyHeadImage',
|
||||
// 修改昵称
|
||||
@@ -115,6 +115,8 @@ export default {
|
||||
|
||||
|
||||
// 2024-1-15 新需求
|
||||
// 获取轮播图
|
||||
bannerList: (params = {}) => request.get("/wxapi/banner/list", params),
|
||||
// 获取分类和品牌
|
||||
getGoodsTypeAndBrand: (params = {}) => request.get("/lpkgoods/getGoodsTypeAndBrand", {}, {}, {}, true),
|
||||
// 获取补充菜窖 商品分类列表
|
||||
@@ -133,6 +135,8 @@ export default {
|
||||
createVegeOrder: (params = {}) => request.post("/empsreservoorder/createVegeOrder", params),
|
||||
|
||||
|
||||
// 我的菜窖 通知公告
|
||||
getNotices: (params = {}) => request.get("/appletnotice/getNotice", params),
|
||||
// 我的菜窖 新人礼包列表
|
||||
newUserQuota: (params = {}) => request.post("/appletgiftbag/newUserQuota", params),
|
||||
// 结算新人礼包 支付
|
||||
|
||||
Reference in New Issue
Block a user