[TOC]
简要描述
请求URL
http://ip:port/requestCpsService/queryGoodsDetailByOffer
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
resSubTypeId |
是 |
string |
资源小类ID |
resSkuId |
是 |
string |
资源型号 |
offerId |
是 |
string |
物品ID |
返回示例
{
"code" : 20000 ,
"data" : {
"goodsDetails" : [
{
"feeTypeCodeName" : "费用类型名称 ",
"fresSubTypeId" : "资源小类 ",
"fserialNo" : "1111" ,
"fresKindName" : "小类名称 ",
"fresSkuName" : "12345" ,
"fpricePlanName" : "名称 ",
"fpriceId" : "R" ,
"fbrandCode" : "费用类型 ",
"fguidePrice" : "5555" ,
"fresSkuId" : "12345" ,
"fofferId" : "名称 ",
"fgroupId" : "R33" ,
"fresInstId" : "001223" ,
"fpricePlanType" : "价格计划类型 ",
"ffeeType" : "R11" ,
"fresSubTypeName" : "001223" ,
"fsalePriceY" : "12" ,
"fpricePlanId" : "33"
}
]
}
}
返回参数说明
字段 |
类型 |
说明 |
code |
Integer |
20000 |
data |
Object |
数据对象 |
goodsDetails |
Array |
商品详情列表 |
feeTypeCodeName |
String |
费用类型名称 |
fresSubTypeId |
String |
资源小类 |
fserialNo |
String |
序列号 |
fresKindName |
String |
资源类型名称 |
fresSkuName |
String |
小类名称 |
fpricePlanName |
String |
价格计划名称 |
fpriceId |
String |
价格ID |
fbrandCode |
String |
品牌代码 |
fguidePrice |
String |
指导价格 |
fresSkuId |
String |
资源小类ID |
fofferId |
String |
套餐ID |
fgroupId |
String |
组ID |
fresInstId |
String |
资源实例ID |
fpricePlanType |
String |
价格计划类型 |
ffeeType |
String |
费用类型 |
fresSubTypeName |
String |
资源小类名称 |
fsalePriceY |
String |
销售价格Y |
fpricePlanId |
String |
价格计划ID |
备注