zhangzengfei
2022-08-22 f14f98a263141d2f8ec0079866a758cc7a1c38d1
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
    })
}