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