guanqb
2024-01-26 4a981498f2885dd0573b89ce4d70e1826eea129a
src/api/dept/index.js
@@ -414,4 +414,16 @@
        method: 'get',
        params
    })
}
/**
 * @description:小区商铺-详情
 * @return {*}
 */
export const getBusinessDetail = (params) => {
    return request({
        url: `/api/blade-place/place/getDetail`,
        method: 'get',
        params
    })
}