缴费记录对接数据、我的车位新增选择业主
This commit is contained in:
@@ -234,6 +234,10 @@ export const getParkingDetail = (data) => {
|
||||
export const rebindCar = (data) => {
|
||||
return post(`/ResidentCarAreaManage/rebind`, data)
|
||||
}
|
||||
// 获取业主列表
|
||||
export const getOwnerList = (data) => {
|
||||
return get('/api/resident/car/bind/ResidentList', data)
|
||||
}
|
||||
|
||||
// 查询版本信息
|
||||
export const getAppVersion = (platform, channel) => {
|
||||
|
||||
Reference in New Issue
Block a user