1
yuan
2026-06-06 8a7d2b88e99edf74a8ceb3089a6a1f8583c6a5b7
src/api/customerService/index.js
@@ -130,3 +130,12 @@
        params: query,
    })
}
// 售后单详情
export function getAfterSalesServiceById(id) {
    return request({
        url: '/afterSalesService/getById',
        method: 'get',
        params: { id }
    })
}