|
|
|
@ -3,8 +3,7 @@ import { |
|
|
|
|
} from './Request.js'; |
|
|
|
|
let app = getApp(); |
|
|
|
|
let base = app.globalData.url; |
|
|
|
|
let hsgCrest = app.globalData.hsgUrl+'/crest'; |
|
|
|
|
let hsgOrder = app.globalData.hsgUrl+'/order'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//新增门店图片
|
|
|
|
|
export const insertStoreImg = params => { |
|
|
|
@ -107,8 +106,3 @@ export const editStoreExtMsg = params => { |
|
|
|
|
export const findStoreExtMsgByStoreId = params => { |
|
|
|
|
return POST('POST', `${base}/storeGroup/findStoreExtMsgByStoreId`, params).then(res => res.data); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//查询获取团购内容code
|
|
|
|
|
export const getGroupContentByCode = params => { |
|
|
|
|
return POST('GET', `${hsgOrder}/group/getGroupContentByCode`, params).then(res => res.data); |
|
|
|
|
} |