|
@@ -22,4 +22,12 @@ export const getEnterpriseSubscribeCheck = async (params) => {
|
|
|
url: '/app-api/menduner/system/person/enterprise/subscribe/check',
|
|
|
params
|
|
|
})
|
|
|
+}
|
|
|
+
|
|
|
+// 企业检索
|
|
|
+export const getEnterpriseSearch = async (params) => {
|
|
|
+ return await request.get({
|
|
|
+ url: '/app-api/menduner/system/enterprise/search',
|
|
|
+ params
|
|
|
+ })
|
|
|
}
|