zhangzengfei
2022-12-07 0dbf19e9f92f5cb1d5ca9a06fd268d3b16e466e3
src/api/product.ts
@@ -301,4 +301,14 @@
        url: `/saas/api-s/saasProduct/getFreeList`,
        method: 'post',
    })
}
}
//根据id查询产品
export const getProductById = (data: any) => {
    return request({
        url: `/saas/api-s/saasProduct/getProductById`,
        method: 'post',
        data
    })
}