yuan
5 天以前 2e8667e5e254ab96a1e7f28172d7ec2bbcd24cb7
src/api/customerService/index.js
@@ -130,3 +130,12 @@
        params: query,
    })
}
// 售后单详情
export function getAfterSalesServiceById(id) {
    return request({
        url: '/afterSalesService/getById',
        method: 'get',
        params: { id }
    })
}