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