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