0971e406 by xukangle

fix

1 parent 8bb8698a
...@@ -25,6 +25,13 @@ export const getListingList = (params) => request({ ...@@ -25,6 +25,13 @@ export const getListingList = (params) => request({
25 data: params 25 data: params
26 }) 26 })
27 27
28 /**获取产品上架数量 */
29 export const getListingCount = () => request({
30 url: `${import.meta.env.VITE_API_NEW_PORTAL}/product-grounding/product-num`,
31 method: 'post',
32 })
33
34
28 /** 获取数据产品上架详情 */ 35 /** 获取数据产品上架详情 */
29 export const getListingDetail = (params) => request({ 36 export const getListingDetail = (params) => request({
30 url: `${import.meta.env.VITE_API_NEW_PORTAL}/product-grounding/detail`, 37 url: `${import.meta.env.VITE_API_NEW_PORTAL}/product-grounding/detail`,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!