From 01272c3ba6455c8afc9f2f59ab98941434e9ff1c Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Mon, 26 Aug 2024 13:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0api=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/api.js b/api/api.js index c1fc435..590aed4 100644 --- a/api/api.js +++ b/api/api.js @@ -38,6 +38,11 @@ const config = { url: '/api/index/getTrendsDetail', method: 'GET' }, + //获取投诉原因 + indexGetComplaintReason: { + url: '/api/index/getComplaintReason', + method: 'GET' + },