import oahttp from "@/utils/oahttp.js"; /** * 发起投诉 */ export const complaintFeedback = (data) => oahttp.post('/company/complaint_feedback', data)