产品列表
说明:根据关键字来搜索产品信息
请求方式:POST(HTTPS
请求地址:https://btbapi.sctt.net/v1/productlist
请求包体:
{
    "merchant_id":203457,
    "request_time":"2023-02-02 11:48:00",
    "sign":"29FCB1D5ACE5D0FBDDE54B334D720555",
    "language":"zh-cn",
    "key":"zoo",
    "cid":1,
    "category":[10,12,13],
    "pageno":1,
    "pagesize":10
}
参数说明:
参数 必须 类型 说明
merchant_id bigint 商户编号
request_time string 用户请求的当前时间,格式:“yyyy-MM-dd HH:mm:ss”
sign string 签名
language string 语言标识(en-us,zh-cn
key string 产品关键字 可搜索:产品编号\标题\关键字\
cid int 产品分类ID(可为0)
category array 二级品类数组([]
pageno int 页数(默认1
pagesize int 条数(默认10
返回结果:
{
	"code": 0,
	"msg": "ok",
	"data": {
		"total": 0,
		"productlist": [
			{
				"code": 6220127737,
				"title": "凯恩斯库兰达热带雨林土著表演+水陆两用车+考拉野生动物园联票",
				"images": "https://sctt-image.sctt.net/311/1643271334700.jpg?x-oss-process=image/resize,m_fill,w_380,h_168,g_center/format,webp",
				"price": 50.2,
				"marketprice": 52.8,
				"costprice": 45.73
			},
			{
				"code": 6220127457,
				"title": "凯恩斯库兰达热带雨林水陆两用车+考拉野生动物园",
				"images": "https://sctt-image.sctt.net/311/1643271354471.jpg?x-oss-process=image/resize,m_fill,w_380,h_168,g_center/format,webp",
				"price": 36.9,
				"marketprice": 38.8,
				"costprice": 32.72
			}
		]
	}
}
参数说明:
参数 类型 说明
code int 状态码
msg string 接口返回信息
data object 接口返回数据
- total int 总数
- productlist list 热门产品列表
- - productcode bigint 产品编号
- - title string 产品名称
- - images string 图片URL
- - price float 售价
- - marketprice float 市场价
- - costprice float 同行价格
- - locations string 所在城市
状态码说明:
状态码 说明
0 查询成功
4001 报文错误
4002 签名错误
4003 账号停用(商户账号,商户主账号