|
|
@ -1,19 +1,19 @@ |
|
|
|
import axiosApi from './AxiosApi.js' |
|
|
|
import axiosApi from './AxiosApi.js' |
|
|
|
|
|
|
|
|
|
|
|
const apiList = { |
|
|
|
const apiList = { |
|
|
|
addPromotion: `/authority/promotion/addPromotion`, |
|
|
|
addPromotion: `/promotion/addPromotion`, |
|
|
|
getList: `/authority/promotion/findAdminPromotionList`, |
|
|
|
getList: `/promotion/findAdminPromotionList`, |
|
|
|
getDetails: `/authority/promotion/query`, |
|
|
|
getDetails: `/promotion/query`, |
|
|
|
delPromotion: `/authority/promotion/delete`, |
|
|
|
delPromotion: `/promotion/delete`, |
|
|
|
updatePromotion: `/authority/promotion/updatePromotion`, |
|
|
|
updatePromotion: `/promotion/updatePromotion`, |
|
|
|
finishPromotion: `/authority/promotion/end`, |
|
|
|
finishPromotion: `/promotion/end`, |
|
|
|
applyShop: `/authority/promotionApplyInfo/page`, // 参入店铺
|
|
|
|
applyShop: `/promotionApplyInfo/page`, // 参入店铺
|
|
|
|
auditLog: `/authority/promotionAuditLog/query`, |
|
|
|
auditLog: `/promotionAuditLog/query`, |
|
|
|
getGoodList: `/authority/product/findAdminProductListByIds`, |
|
|
|
getGoodList: `/product/findAdminProductListByIds`, |
|
|
|
auditPromotion: `/authority/promotionApplyInfo/auditPromotion`, |
|
|
|
auditPromotion: `/promotionApplyInfo/auditPromotion`, |
|
|
|
closeApplyInfo: `/authority/promotionApplyInfo/closeApplyInfo`, |
|
|
|
closeApplyInfo: `/promotionApplyInfo/closeApplyInfo`, |
|
|
|
getDetail: `/authority/promotionStat/detail`, |
|
|
|
getDetail: `/promotionStat/detail`, |
|
|
|
findTenantStatDetail: `/authority/promotionStat/findTenantStatDetail` |
|
|
|
findTenantStatDetail: `/promotionStat/findTenantStatDetail` |
|
|
|
} |
|
|
|
} |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
addPromotion(data) { |
|
|
|
addPromotion(data) { |
|
|
|