文档
测试

保存产品-第一步

POST
/mobile/saveproductone

请求参数

参数名
类型
描述
必填
id
int
产品id
必填
productName
String
产品名称
必填
scColumnId
int
分类id
必填
productImg
String
产品图片
必填
productTag
string
产品标签,数组形式存储["门槛低","还款灵活"]
必填
lowestRateType
string
最低利息类型年,月,日息
必填
lowestRate
double
最低利息
必填
longestLoan
double
最长可贷
必填
longestLoanType
string
最长可贷单位:有年,月
必填
highestLoan
double
最高可贷
必填
companyType
string
产品机构类型
必填
payBackWay
string
还款方式
必填
servicePriceFlag
int
是否有服务费1:是 0:否
必填
servicePrice
string
服务费
必填
rebackPriceFlag
int
是否有返佣
必填
rebackPrice
string
返佣
必填
scProductCityDtoList
array
产品投放城市
必填
cityCode
string
城市代码
必填
cityName
string
城市名称
必填
provinceCode
string
省代码
必填
provinceName
string
省名称
必填
scProductIntroduceDtoList
array
产品介绍集合
必填
introduceTitle
String
简介标题
必填
introduceDesc
String
简介描述
必填
introduceImgs
String
图片,多张以,隔开
必填