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