6 lines
199 B
JavaScript
6 lines
199 B
JavaScript
export const apiArr = {
|
|
getCommunityList:"/api/v2/wechat/community-room/list", //小区房源列表
|
|
getCommunityInfo:"/api/v2/wechat/community-room/info", //小区房源详情
|
|
|
|
};
|