From 92a65ce528996937b1b3ff565c837204ef530e90 Mon Sep 17 00:00:00 2001 From: chenrui <1950717904@qq.com> Date: Fri, 20 Sep 2024 14:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=8F=90=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/enterprise.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/api/enterprise.js b/src/api/enterprise.js index 7fc2c9a..c036dc8 100644 --- a/src/api/enterprise.js +++ b/src/api/enterprise.js @@ -69,6 +69,16 @@ export const getEnterpriseInformation = (id,success,error) => _get("/app/enterpr */ export const queryEnterpriseInfoList = (params, success, error) =>_get("/app/enterpriseInformation/queryList",params, success, error) +/** + * 查询企业列表 + * @param {} params + * @param {*} success + * @param {*} error + * @returns + */ +export const queryEnterpriseInfoListAndQrInfo = (params, success, error) =>_get("/app/enterpriseInformation/queryListAndQrInfo",params, success, error) + + /** * 查询企业历史二维码生成记录 * @param {*} params