From 8e63b4d56eb645fa5dd0c02fc73c2ed399a784dd Mon Sep 17 00:00:00 2001 From: zhouxy Date: Wed, 7 Jan 2026 15:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4=EF=BC=9A?= =?UTF-8?q?=E5=88=97=E4=B8=A5=E5=8F=91=E8=B5=B7=E4=B8=9A=E5=8A=A1=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/illegal.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/api/illegal.js b/src/api/illegal.js index b611f9c..2c14fdb 100644 --- a/src/api/illegal.js +++ b/src/api/illegal.js @@ -612,3 +612,14 @@ export function exportIllegalSearch(data) { data }) } + +/** + * 判断用户机构是否能发起 + */ +export function checkIllegalStart(data) { + return request({ + url: '/bizSerIllegal/checkIllegalStart', + method: 'post', + data + }) +}