文档
测试

物品列表

POST
https://syapi.shsyzn.com.cn/Plat/ReadIntegral/GetCommodityList

请求头

参数名
类型
描述
必填
token
string
token
必填
code
string
客户编码
必填

请求参数

参数名
类型
描述
必填
SearchKey
string
检索关键字
必填
Page
int
页数
必填
Rows
int
条数
必填
UserBarCode
string
用户编码
可选

响应参数

参数名
类型
描述
必填
errorcode
int
错误编码
必填
errormsg
string
错误信息
必填
operatetime
datetime
操作时间
必填
iserror
bool
是否发生错误
必填
data
object
数据字典
必填
Count
INT
数据条数
必填
List
array
数据列表
必填
OID
INT
物品ID
必填
CommodityName
string
物品名称
必填
Score
double
物品价值
必填
Number
INT
库存
必填
CommodityImg
string
物品图片
必填
ReserveNum
int
已预约数量
必填
ExchangeNum
int
已兑换数量
必填
CommodityUnit
string
物品单位
必填
IsReserve
bool
是否已预约
必填
IsExchange
bool
是否兑换过
必填