产品列表
POST
http://localhost:9001/financeproduct/list
接口描述
获取产品列表, 同时支持排序,筛选
请求参数
参数名
类型
描述
必填
orderkey
string
排列字段(例如:ClickNum)
可选
ordertype
string
排列方式(例如:DESC,ASC)
可选
key
string
搜索关键字
可选
online
string
是否上架 0:未上架 1:上架
可选
userid
string
发布银行ID
可选
moneyid
int
融资额度筛选id
可选
monthid
int
融资期限筛选id
可选
dbtypeid
int
担保方式筛选id
必填
orgclassid
int
融资机构筛选id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
totalCount
int
示例:3
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
id
int
产品id
必填
userid
int
示例:31
必填
isrecommend
int
示例:0
必填
productname
string
示例:置业贷
必填
areaid
int
示例:0
必填
areaname
object
示例:null
必填
productimg
object
示例:null
必填
danbaotype
object
示例:null
必填
industryclass
object
示例:null
必填
lowmoney
int
示例:1000
必填
highmoney
int
示例:3000
必填
lowmonth
int
示例:1
必填
highmonth
int
示例:12
必填
details
string
示例:专门用于购置商业用房、标准厂房、机器设备等固定资产以及装修商业用房的贷款业务。 (1)结合小微企业客户需求和业务特点制定小微企业专属固定资产购置贷款,满足小微企业购置厂房、商铺、办公场所、机器设备、装修等各类置业需求; (2)主要以所购置固定资产为贷款提供抵押担保,权证未办妥前引入阶段性担保方式。
必填
isonline
int
示例:0
必填
clicknum
int
示例:0
必填
dbstate
int
示例:1
必填
createtime
string
示例:2017-09-20T07:37:15.393+00:00
必填