电动车租赁
  1. 用户端接口
电动车租赁
  • 用户端接口
    • 获取openid
      GET
    • 获取微信绑定手机号
      GET
    • 获取支付宝小程序openId
      GET
    • 获取支付宝绑定手机号
      GET
    • 登录
      POST
    • 我的设备加载
      GET
    • 设备控制
      POST
    • 车辆列表加载
      GET
    • 充电柜加载
      GET
    • 充电柜品牌加载
      GET
    • 轨迹查询
      GET
    • 车辆详情加载
      GET
    • 车辆参数加载
      GET
    • 车辆套餐加载
      GET
    • 门店列表加载
      GET
    • 门店详情加载
      GET
    • 个人信息加载
      GET
    • 个人信息修改
      POST
    • 个人交易记录加载
      GET
    • 我的订单加载
      GET
    • 订单详情加载
      GET
    • 收藏/取消收藏
      POST
    • 我的收藏加载
      GET
    • 申请还车
      POST
    • 设备控制结果查询
      POST
    • 首页icon配置加载
      GET
    • 判断用户是否首单
      GET
    • 确认取车
      POST
    • 社区发布
      POST
    • 社区加载
      GET
    • 社区发布信息删除
      POST
    • 社区回复
      POST
    • 我的钱包
      GET
  • 平台配置管理
    • 协议/常见文件/租赁说明加载
    • 活动图加载
    • 立减金额/起租天数/续租天数/提现费率加载
    • 轮播图/弹窗图加载
    • 字典值(选择值)加载
    • 系统公告加载
    • 充值金额加载
  • 订单管理
    • 还款周期加载
    • 微信异步通知
    • 微信续租异步通知
  • 代理商管理
    • 代理商入驻
    • 商家首页加载
    • 商家设置管理加载
    • 商家设置管理配置
    • 商家活动管理加载
    • 商家活动管理配置
    • 商家活动管理删除
    • 我的订单加载
    • 订单详情加载
    • 可更换车列表
    • 换车
    • 换设备
    • 取车
    • 确认还车
    • 回收车辆
    • 已租设备加载
    • 用户列表/车辆使用用户列表
    • 车辆列表
    • 车辆新增/编辑
    • 车辆参数新增/编辑
    • 车辆套餐新增/编辑
    • 车辆套餐删除
    • 车辆上下架
    • 车辆删除
    • 车辆详情加载
    • 车辆信息加载
    • sn更换记录
    • 逾期订单加载
    • 财务管理
    • 提现
    • 设备加载
    • 可提现余额加载
    • 商家点位加载
    • 点位新增/编辑
    • 点位删除
    • 员工加载
    • 员工添加
    • 员工删除
  • 附件管理
    • 附件上传
  • 告警事件接收
    • 告警事件接收
  • 活动
    • 获取推荐人信息
    • 获取所有有效的活动
    • 获取用户活动信息
    • 获取用户活动流水
    • 拉新活动详情
    • 邀请入驻详情
    • 车贴任务详情
    • 拉新活动绑定
    • 商户入驻活动绑定
    • 提交车贴任务
    • 活动提现
  • 支付宝支付
    • 免押下单分期租赁
    • 扣款
  • 未命名接口
    POST
  1. 用户端接口

我的收藏加载

GET
/mob/user/getCollectList
我的订单加载

请求参数

Query 参数
id
string 
可选
实体编号(唯一标识)
page.pageNo
integer 
当前页码
可选
page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
page.first
integer 
首页索引
可选
page.last
integer 
尾页索引
可选
page.list[0].id
string 
可选
实体编号(唯一标识)
page.list[0].page.pageNo
integer 
当前页码
可选
page.list[0].page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
page.list[0].page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
page.list[0].page.first
integer 
首页索引
可选
page.list[0].page.last
integer 
尾页索引
可选
page.list[0].page.list[0].id
string 
可选
实体编号(唯一标识)
page.list[0].page.list[0].page.key
可选
page.list[0].page.list[0].dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
page.list[0].page.list[0].isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
page.list[0].page.list[0].IdType
string 
可选
主键策略(默认:UUID)
page.list[0].page.list[0].remarks
string 
备注
可选
page.list[0].page.list[0].createBy
string 
创建者
可选
page.list[0].page.list[0].createTime
string 
创建日期
可选
page.list[0].page.list[0].updateBy
string 
更新者
可选
page.list[0].page.list[0].updateTime
string 
更新日期
可选
page.list[0].page.list[0].isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
page.list[0].page.list[0].userId
string 
用户ID
可选
page.list[0].page.list[0].vehicleId
string 
车辆ID
可选
page.list[0].page.list[0].createDate
string 
创建时间
可选
page.list[0].page.list[0].updateDate
string 
更新时间
可选
page.list[0].page.list[0].delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
page.list[0].page.list[0].electricVehicle.id
string 
可选
实体编号(唯一标识)
page.list[0].page.list[0].electricVehicle.page.pageNo
integer 
当前页码
可选
page.list[0].page.list[0].electricVehicle.page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
page.list[0].page.list[0].electricVehicle.page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
page.list[0].page.list[0].electricVehicle.page.first
integer 
首页索引
可选
page.list[0].page.list[0].electricVehicle.page.last
integer 
尾页索引
可选
page.list[0].page.list[0].electricVehicle.page.list[0].key
可选
page.list[0].page.list[0].electricVehicle.page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
page.list[0].page.list[0].electricVehicle.dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
page.list[0].page.list[0].electricVehicle.isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
page.list[0].page.list[0].electricVehicle.IdType
string 
可选
主键策略(默认:UUID)
page.list[0].page.list[0].electricVehicle.remarks
string 
备注
可选
page.list[0].page.list[0].electricVehicle.createBy
string 
创建者
可选
page.list[0].page.list[0].electricVehicle.createTime
string 
创建日期
可选
page.list[0].page.list[0].electricVehicle.updateBy
string 
更新者
可选
page.list[0].page.list[0].electricVehicle.updateTime
string 
更新日期
可选
page.list[0].page.list[0].electricVehicle.isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
page.list[0].page.list[0].electricVehicle.userId
string 
发布人
可选
page.list[0].page.list[0].electricVehicle.vehicleName
string 
车辆名称
可选
page.list[0].page.list[0].electricVehicle.vehicleBrand
string 
车辆品牌
可选
page.list[0].page.list[0].electricVehicle.newOrOld
string 
新车旧车
可选
page.list[0].page.list[0].electricVehicle.originalPrice
string 
价格 原价
可选
page.list[0].page.list[0].electricVehicle.price
string 
价格
可选
page.list[0].page.list[0].electricVehicle.deposit
string 
押金
可选
page.list[0].page.list[0].electricVehicle.snNo
string 
设备编号
可选
page.list[0].page.list[0].electricVehicle.vinNo
string 
车架号
可选
page.list[0].page.list[0].electricVehicle.coverImage
string 
封面
可选
page.list[0].page.list[0].electricVehicle.vehicleImage
string 
轮播图
可选
page.list[0].page.list[0].electricVehicle.certificateConformity
string 
可选
page.list[0].page.list[0].electricVehicle.vehicleDetails
string 
详情
可选
page.list[0].page.list[0].electricVehicle.auditStatus
string 
审核状态
可选
page.list[0].page.list[0].electricVehicle.auditTime
string 
审核时间
可选
page.list[0].page.list[0].electricVehicle.rejectReason
string 
拒绝原因
可选
page.list[0].page.list[0].electricVehicle.upOrDown
string 
上下架
可选
page.list[0].page.list[0].electricVehicle.useStatus
string 
出租状态
可选
page.list[0].page.list[0].electricVehicle.createDate
string 
创建时间
可选
page.list[0].page.list[0].electricVehicle.updateDate
string 
更新时间
可选
page.list[0].page.list[0].electricVehicle.delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
page.list[0].page.list[0].electricVehicle.isCollect
string 
可选
是否关注 0未关注 1已关注
page.list[0].page.list[0].electricVehicle.traveledKilometers
string 
行驶公里数
可选
page.list[0].page.list[0].electricVehicle.age
string 
车辆
可选
page.list[0].page.list[0].electricVehicle.keywords
string 
可选
page.list[0].page.list[0].electricVehicle.sort
string 
排序
可选
page.list[0].page.list[0].electricVehicle.city
string 
城市
可选
page.list[0].page.list[0].electricVehicle.starPrice
string 
价格起始
可选
page.list[0].page.list[0].electricVehicle.stopPrice
string 
价格止
可选
page.list[0].page.list[0].electricVehicle.isWithBattery
string 
可选
是否有电池 0无电池 1有电池
page.list[0].page.list[0].electricVehicle.lat
string 
可选
page.list[0].page.list[0].electricVehicle.lon
string 
可选
page.list[0].page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
page.list[0].dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
page.list[0].isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
page.list[0].IdType
string 
可选
主键策略(默认:UUID)
page.list[0].remarks
string 
备注
可选
page.list[0].createBy
string 
创建者
可选
page.list[0].createTime
string 
创建日期
可选
page.list[0].updateBy
string 
更新者
可选
page.list[0].updateTime
string 
更新日期
可选
page.list[0].isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
page.list[0].userId
string 
用户ID
可选
page.list[0].vehicleId
string 
车辆ID
可选
page.list[0].createDate
string 
创建时间
可选
page.list[0].updateDate
string 
更新时间
可选
page.list[0].delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
page.list[0].electricVehicle.id
string 
可选
实体编号(唯一标识)
page.list[0].electricVehicle.page.pageNo
integer 
当前页码
可选
page.list[0].electricVehicle.page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
page.list[0].electricVehicle.page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
page.list[0].electricVehicle.page.first
integer 
首页索引
可选
page.list[0].electricVehicle.page.last
integer 
尾页索引
可选
page.list[0].electricVehicle.page.list[0].id
string 
可选
实体编号(唯一标识)
page.list[0].electricVehicle.page.list[0].page.pageNo
integer 
当前页码
可选
page.list[0].electricVehicle.page.list[0].page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
page.list[0].electricVehicle.page.list[0].page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
page.list[0].electricVehicle.page.list[0].page.first
integer 
首页索引
可选
page.list[0].electricVehicle.page.list[0].page.last
integer 
尾页索引
可选
page.list[0].electricVehicle.page.list[0].page.list[0].key
可选
page.list[0].electricVehicle.page.list[0].page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
page.list[0].electricVehicle.page.list[0].dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
page.list[0].electricVehicle.page.list[0].isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
page.list[0].electricVehicle.page.list[0].IdType
string 
可选
主键策略(默认:UUID)
page.list[0].electricVehicle.page.list[0].remarks
string 
备注
可选
page.list[0].electricVehicle.page.list[0].createBy
string 
创建者
可选
page.list[0].electricVehicle.page.list[0].createTime
string 
创建日期
可选
page.list[0].electricVehicle.page.list[0].updateBy
string 
更新者
可选
page.list[0].electricVehicle.page.list[0].updateTime
string 
更新日期
可选
page.list[0].electricVehicle.page.list[0].isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
page.list[0].electricVehicle.page.list[0].userId
string 
发布人
可选
page.list[0].electricVehicle.page.list[0].vehicleName
string 
车辆名称
可选
page.list[0].electricVehicle.page.list[0].vehicleBrand
string 
车辆品牌
可选
page.list[0].electricVehicle.page.list[0].newOrOld
string 
新车旧车
可选
page.list[0].electricVehicle.page.list[0].originalPrice
string 
价格 原价
可选
page.list[0].electricVehicle.page.list[0].price
string 
价格
可选
page.list[0].electricVehicle.page.list[0].deposit
string 
押金
可选
page.list[0].electricVehicle.page.list[0].snNo
string 
设备编号
可选
page.list[0].electricVehicle.page.list[0].vinNo
string 
车架号
可选
page.list[0].electricVehicle.page.list[0].coverImage
string 
封面
可选
page.list[0].electricVehicle.page.list[0].vehicleImage
string 
轮播图
可选
page.list[0].electricVehicle.page.list[0].certificateConformity
string 
可选
page.list[0].electricVehicle.page.list[0].vehicleDetails
string 
详情
可选
page.list[0].electricVehicle.page.list[0].auditStatus
string 
审核状态
可选
page.list[0].electricVehicle.page.list[0].auditTime
string 
审核时间
可选
page.list[0].electricVehicle.page.list[0].rejectReason
string 
拒绝原因
可选
page.list[0].electricVehicle.page.list[0].upOrDown
string 
上下架
可选
page.list[0].electricVehicle.page.list[0].useStatus
string 
出租状态
可选
page.list[0].electricVehicle.page.list[0].createDate
string 
创建时间
可选
page.list[0].electricVehicle.page.list[0].updateDate
string 
更新时间
可选
page.list[0].electricVehicle.page.list[0].delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
page.list[0].electricVehicle.page.list[0].isCollect
string 
可选
是否关注 0未关注 1已关注
page.list[0].electricVehicle.page.list[0].traveledKilometers
string 
行驶公里数
可选
page.list[0].electricVehicle.page.list[0].age
string 
车辆
可选
page.list[0].electricVehicle.page.list[0].keywords
string 
可选
page.list[0].electricVehicle.page.list[0].sort
string 
排序
可选
page.list[0].electricVehicle.page.list[0].city
string 
城市
可选
page.list[0].electricVehicle.page.list[0].starPrice
string 
价格起始
可选
page.list[0].electricVehicle.page.list[0].stopPrice
string 
价格止
可选
page.list[0].electricVehicle.page.list[0].isWithBattery
string 
可选
是否有电池 0无电池 1有电池
page.list[0].electricVehicle.page.list[0].lat
string 
可选
page.list[0].electricVehicle.page.list[0].lon
string 
可选
page.list[0].electricVehicle.page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
page.list[0].electricVehicle.dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
page.list[0].electricVehicle.isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
page.list[0].electricVehicle.IdType
string 
可选
主键策略(默认:UUID)
page.list[0].electricVehicle.remarks
string 
备注
可选
page.list[0].electricVehicle.createBy
string 
创建者
可选
page.list[0].electricVehicle.createTime
string 
创建日期
可选
page.list[0].electricVehicle.updateBy
string 
更新者
可选
page.list[0].electricVehicle.updateTime
string 
更新日期
可选
page.list[0].electricVehicle.isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
page.list[0].electricVehicle.userId
string 
发布人
可选
page.list[0].electricVehicle.vehicleName
string 
车辆名称
可选
page.list[0].electricVehicle.vehicleBrand
string 
车辆品牌
可选
page.list[0].electricVehicle.newOrOld
string 
新车旧车
可选
page.list[0].electricVehicle.originalPrice
string 
价格 原价
可选
page.list[0].electricVehicle.price
string 
价格
可选
page.list[0].electricVehicle.deposit
string 
押金
可选
page.list[0].electricVehicle.snNo
string 
设备编号
可选
page.list[0].electricVehicle.vinNo
string 
车架号
可选
page.list[0].electricVehicle.coverImage
string 
封面
可选
page.list[0].electricVehicle.vehicleImage
string 
轮播图
可选
page.list[0].electricVehicle.certificateConformity
string 
可选
page.list[0].electricVehicle.vehicleDetails
string 
详情
可选
page.list[0].electricVehicle.auditStatus
string 
审核状态
可选
page.list[0].electricVehicle.auditTime
string 
审核时间
可选
page.list[0].electricVehicle.rejectReason
string 
拒绝原因
可选
page.list[0].electricVehicle.upOrDown
string 
上下架
可选
page.list[0].electricVehicle.useStatus
string 
出租状态
可选
page.list[0].electricVehicle.createDate
string 
创建时间
可选
page.list[0].electricVehicle.updateDate
string 
更新时间
可选
page.list[0].electricVehicle.delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
page.list[0].electricVehicle.isCollect
string 
可选
是否关注 0未关注 1已关注
page.list[0].electricVehicle.traveledKilometers
string 
行驶公里数
可选
page.list[0].electricVehicle.age
string 
车辆
可选
page.list[0].electricVehicle.keywords
string 
可选
page.list[0].electricVehicle.sort
string 
排序
可选
page.list[0].electricVehicle.city
string 
城市
可选
page.list[0].electricVehicle.starPrice
string 
价格起始
可选
page.list[0].electricVehicle.stopPrice
string 
价格止
可选
page.list[0].electricVehicle.isWithBattery
string 
可选
是否有电池 0无电池 1有电池
page.list[0].electricVehicle.lat
string 
可选
page.list[0].electricVehicle.lon
string 
可选
page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
IdType
string 
可选
主键策略(默认:UUID)
remarks
string 
备注
可选
createBy
string 
创建者
可选
createTime
string 
创建日期
可选
updateBy
string 
更新者
可选
updateTime
string 
更新日期
可选
isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
userId
string 
用户ID
可选
vehicleId
string 
车辆ID
可选
createDate
string 
创建时间
可选
updateDate
string 
更新时间
可选
delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
electricVehicle.id
string 
可选
实体编号(唯一标识)
electricVehicle.page.pageNo
integer 
当前页码
可选
electricVehicle.page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
electricVehicle.page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
electricVehicle.page.first
integer 
首页索引
可选
electricVehicle.page.last
integer 
尾页索引
可选
electricVehicle.page.list[0].id
string 
可选
实体编号(唯一标识)
electricVehicle.page.list[0].page.pageNo
integer 
当前页码
可选
electricVehicle.page.list[0].page.pageSize
integer 
可选
页面大小,设置为“-1”表示不进行分页(分页无效)
electricVehicle.page.list[0].page.count
integer 
可选
总记录数,设置为“-1”表示不查询总数
electricVehicle.page.list[0].page.first
integer 
首页索引
可选
electricVehicle.page.list[0].page.last
integer 
尾页索引
可选
electricVehicle.page.list[0].page.list[0].key
可选
electricVehicle.page.list[0].page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
electricVehicle.page.list[0].dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
electricVehicle.page.list[0].isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
electricVehicle.page.list[0].IdType
string 
可选
主键策略(默认:UUID)
electricVehicle.page.list[0].remarks
string 
备注
可选
electricVehicle.page.list[0].createBy
string 
创建者
可选
electricVehicle.page.list[0].createTime
string 
创建日期
可选
electricVehicle.page.list[0].updateBy
string 
更新者
可选
electricVehicle.page.list[0].updateTime
string 
更新日期
可选
electricVehicle.page.list[0].isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
electricVehicle.page.list[0].userId
string 
发布人
可选
electricVehicle.page.list[0].vehicleName
string 
车辆名称
可选
electricVehicle.page.list[0].vehicleBrand
string 
车辆品牌
可选
electricVehicle.page.list[0].newOrOld
string 
新车旧车
可选
electricVehicle.page.list[0].originalPrice
string 
价格 原价
可选
electricVehicle.page.list[0].price
string 
价格
可选
electricVehicle.page.list[0].deposit
string 
押金
可选
electricVehicle.page.list[0].snNo
string 
设备编号
可选
electricVehicle.page.list[0].vinNo
string 
车架号
可选
electricVehicle.page.list[0].coverImage
string 
封面
可选
electricVehicle.page.list[0].vehicleImage
string 
轮播图
可选
electricVehicle.page.list[0].certificateConformity
string 
可选
electricVehicle.page.list[0].vehicleDetails
string 
详情
可选
electricVehicle.page.list[0].auditStatus
string 
审核状态
可选
electricVehicle.page.list[0].auditTime
string 
审核时间
可选
electricVehicle.page.list[0].rejectReason
string 
拒绝原因
可选
electricVehicle.page.list[0].upOrDown
string 
上下架
可选
electricVehicle.page.list[0].useStatus
string 
出租状态
可选
electricVehicle.page.list[0].createDate
string 
创建时间
可选
electricVehicle.page.list[0].updateDate
string 
更新时间
可选
electricVehicle.page.list[0].delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
electricVehicle.page.list[0].isCollect
string 
可选
是否关注 0未关注 1已关注
electricVehicle.page.list[0].traveledKilometers
string 
行驶公里数
可选
electricVehicle.page.list[0].age
string 
车辆
可选
electricVehicle.page.list[0].keywords
string 
可选
electricVehicle.page.list[0].sort
string 
排序
可选
electricVehicle.page.list[0].city
string 
城市
可选
electricVehicle.page.list[0].starPrice
string 
价格起始
可选
electricVehicle.page.list[0].stopPrice
string 
价格止
可选
electricVehicle.page.list[0].isWithBattery
string 
可选
是否有电池 0无电池 1有电池
electricVehicle.page.list[0].lat
string 
可选
electricVehicle.page.list[0].lon
string 
可选
electricVehicle.page.orderBy
string 
可选
标准查询有效, 实例: updatedate desc, name asc
electricVehicle.dataScope
string 
可选
自定义SQL(SQL标识,SQL内容)
electricVehicle.isNewRecord
boolean 
可选
是否是新记录(默认:false),调用setIsNewRecord()设置新记录,使用自定义ID。
设置为true后强制执行插入语句,ID不会自动生成,需从手动传入。
electricVehicle.IdType
string 
可选
主键策略(默认:UUID)
electricVehicle.remarks
string 
备注
可选
electricVehicle.createBy
string 
创建者
可选
electricVehicle.createTime
string 
创建日期
可选
electricVehicle.updateBy
string 
更新者
可选
electricVehicle.updateTime
string 
更新日期
可选
electricVehicle.isEnable
string 
可选
删除标记(0:正常;1:删除;2:审核)
electricVehicle.userId
string 
发布人
可选
electricVehicle.vehicleName
string 
车辆名称
可选
electricVehicle.vehicleBrand
string 
车辆品牌
可选
electricVehicle.newOrOld
string 
新车旧车
可选
electricVehicle.originalPrice
string 
价格 原价
可选
electricVehicle.price
string 
价格
可选
electricVehicle.deposit
string 
押金
可选
electricVehicle.snNo
string 
设备编号
可选
electricVehicle.vinNo
string 
车架号
可选
electricVehicle.coverImage
string 
封面
可选
electricVehicle.vehicleImage
string 
轮播图
可选
electricVehicle.certificateConformity
string 
可选
electricVehicle.vehicleDetails
string 
详情
可选
electricVehicle.auditStatus
string 
审核状态
可选
electricVehicle.auditTime
string 
审核时间
可选
electricVehicle.rejectReason
string 
拒绝原因
可选
electricVehicle.upOrDown
string 
上下架
可选
electricVehicle.useStatus
string 
出租状态
可选
electricVehicle.createDate
string 
创建时间
可选
electricVehicle.updateDate
string 
更新时间
可选
electricVehicle.delFlag
string 
可选
逻辑删除标记(0:显示;1:隐藏
electricVehicle.isCollect
string 
可选
是否关注 0未关注 1已关注
electricVehicle.traveledKilometers
string 
行驶公里数
可选
electricVehicle.age
string 
车辆
可选
electricVehicle.keywords
string 
可选
electricVehicle.sort
string 
排序
可选
electricVehicle.city
string 
城市
可选
electricVehicle.starPrice
string 
价格起始
可选
electricVehicle.stopPrice
string 
价格止
可选
electricVehicle.isWithBattery
string 
可选
是否有电池 0无电池 1有电池
electricVehicle.lat
string 
可选
electricVehicle.lon
string 
可选
Body 参数application/json
userId
string 
必需
pageSize
integer 
必需
pageNo
integer 
必需
示例
{
    "userId": "string",
    "pageSize": 0,
    "pageNo": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.weisou.online/electric/mob/user/getCollectList' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userId": "string",
    "pageSize": 0,
    "pageNo": 0
}'

返回响应

🟢200成功
text/plain
Body
[$.ajax后需要接受的JSON]
key
object  | null 
可选
示例
{
  "": {}
}
修改于 2024-07-01 01:46:39
上一页
收藏/取消收藏
下一页
申请还车
Built with