src/api/product.ts @@ -302,3 +302,13 @@ method: 'post', }) } //根据id查询产品 export const getProductById = (data: any) => { return request({ url: `/saas/api-s/saasProduct/getProductById`, method: 'post', data }) }