This commit is contained in:
扶桑花间 2025-09-11 22:37:54 +08:00
parent 84b8064f81
commit ac4beb73ed

View File

@ -7,7 +7,7 @@ import type { Product, ProductParam } from './model';
*/
export async function pageProducts(params: ProductParam) {
const res = await request.get<ApiResult<PageResult<Product>>>(
'/xm/products/page',
'/xm/product/page',
{ params }
);
if (res.data.code === 0) {