修改首页轮播报错、活动显示、公共页样式显示、我的车位等bug
This commit is contained in:
@@ -134,6 +134,18 @@ export const getTopUpSelectByResident = (data) => {
|
||||
console.log(data);
|
||||
return get(`/api/topUp/selectByResident/${data.residentUserId}`, data)
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Zy -------------
|
||||
// 账单明细列表
|
||||
export const getTopUpDetails = (data) => {
|
||||
return post(`/api/topUp/billDetails/list`, data)
|
||||
}
|
||||
// Zy --------------
|
||||
|
||||
|
||||
|
||||
// 绑定设备
|
||||
export const getTopUpBindDevice = (data) => {
|
||||
return post(`/api/topUp/bindDevice/${data.deviceCode}/${data.residentUserId}/${data.deviceType}`, data)
|
||||
|
||||
Reference in New Issue
Block a user