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