gongchunyi
2026-08-15 7dab82dd30268022d60464e6252c16409952a7a2
src/api/customerService/index.js
@@ -130,12 +130,3 @@
        params: query,
    })
}
// 售后单详情
export function getAfterSalesServiceById(id) {
    return request({
        url: '/afterSalesService/getById',
        method: 'get',
        params: { id }
    })
}