government.js 225 B

12345678
  1. import {
  2. http
  3. } from '@/common/request/index.js';
  4. // 获取商品活动聚合页
  5. export const getGoodsAggregationInfo_Api = (activityAggregationId) => {
  6. return http.get(`/goodsAggregation/info/${activityAggregationId}`)
  7. }