0971e406 by xukangle

fix

1 parent 8bb8698a
......@@ -25,6 +25,13 @@ export const getListingList = (params) => request({
data: params
})
/**获取产品上架数量 */
export const getListingCount = () => request({
url: `${import.meta.env.VITE_API_NEW_PORTAL}/product-grounding/product-num`,
method: 'post',
})
/** 获取数据产品上架详情 */
export const getListingDetail = (params) => request({
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!