6 lines
361 B
JavaScript
6 lines
361 B
JavaScript
export const apiArr = {
|
|
getUserInfo: '/api/v2/wechat/mpuser-crud/info', // 获取城市列表
|
|
userInfoUpdate: '/api/v2/wechat/mpuser-crud/update', // 会员信息更新
|
|
getAccumulationFund: '/api/v2/wechat/government-housing-fund-flow-crud/page', // 物业费公积金
|
|
getPoints: '/api/v2/wechat/member-points-flow-crud/page', // 积分
|
|
} |