export const apiArr = { login: '/api/v1/wechat/multi-login', // 小程序登录 loginInfo: '/api/v1/wechat/mpusers/login-info', // 获取用户信息 loginGetPhone: '/api/v1/wechat/mpusers/get-phone', // 获取用户手机号 loginGetUserPhone: "/api/v2/wechat/mpusers/get-phone", getCommunityList: '/api/v2/wechat/mpuser-crud/community-owner/info', // 我的房产信息小区列表 }