gongchunyi
22 小时以前 0a251e40e30e7c8a96d71b3b9b6c459d4dfa4b22
src/api/customerService/index.js
@@ -130,3 +130,12 @@
        params: query,
    })
}
// 售后单详情
export function getAfterSalesServiceById(id) {
    return request({
        url: '/afterSalesService/getById',
        method: 'get',
        params: { id }
    })
}