[TOC]
简要描述
请求URL
http://ip:port/requestCpsService/queryGoodsList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
resSubTypeId |
否 |
string |
资源小类,resSkuId和resSubTypeId不可同时为空 |
resSkuId |
否 |
string |
资源型号,resSkuId和resSubTypeId不可同时为空 |
brand |
是 |
string |
物品ID |
batchId |
否 |
string |
批次号 |
serialNo |
否 |
string |
物品序列号 |
返回示例
{
"code" : 20000 ,
"data" : {
"goodsList" : [
{
"resSubTypeId" : "资源小类 ",
"serialNo" : "1133344" ,
"resKindName" : "资源类型名称 ",
"resSkuId" : "小类名称 ",
"offerId" : "12345" ,
"brandCode" : "3456677" ,
"resInstId" : "333333R" ,
"fbrandCode" : "费用类型 ",
"resSubTypeName" : "资源名称 ",
"brandName" : "品牌名称 ",
"goodsName" : "名称 ",
"resKindId" : "R33" ,
"resTypeName" : "001223" ,
"guidePrice" : "111" ,
"pricePlanId" : "3333333" ,
"priceId" : "001223" ,
"pricePlanName" : "123333" ,
"pricePlanType" : "35577893"
}
]
}
}
返回参数说明
字段 |
类型 |
说明 |
code |
Integer |
20000 |
data |
Object |
数据对象 |
goodsList |
Array |
商品列表 |
resSubTypeId |
String |
资源小类 |
serialNo |
String |
序列号 |
resKindName |
String |
资源类型名称 |
resSkuId |
String |
小类名称 |
offerId |
String |
套餐ID |
brandCode |
String |
品牌代码 |
resInstId |
String |
资源实例ID |
fbrandCode |
String |
费用类型 |
resSubTypeName |
String |
资源名称 |
brandName |
String |
品牌名称 |
goodsName |
String |
商品名称 |
resKindId |
String |
资源种类ID |
resTypeName |
String |
资源类型ID |
guidePrice |
String |
指导价格 |
pricePlanId |
String |
价格计划ID |
priceId |
String |
价格ID |
pricePlanName |
String |
价格计划名称 |
pricePlanType |
String |
价格计划类型 |
备注