文档
测试

机具列表

GET
/app/shop/list

接口描述

机具属性新增字段 is_exchange 能否用机具券兑换 0不可以 1可以

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填
pos_type
String
机具类型 0全部 1电签 2大POS 3MPOS 4智能POS
必填
query_name
String
查询参数
必填
type
String
商城类型 默认0机具 1物料
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,大于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
shopping_cart_count
String
购物车数量
必填
pos_list
list
机具信息
必填
id
String
机具id,详情传入pos_id
必填
title
String
产品名称
必填
img_path
String
产品图片地址
必填
in_date_active_amount
String
激活返现金额/台
必填
price
String
单价
必填
sales_count
String
付款人数
必填
is_exchange
String
能否用机具券兑换 0不可以 1可以
必填
is_hot
String
是否为热门机具 0否 1是
必填
reward_desc
String
奖励说明(e汇客使用)
必填
goods_list
list
物料商品信息
必填
id
String
商品id,物料详情传入goods_id
必填
goods_title
String
商品名称
必填
goods_img
String
商品图片
必填
goods_price
String
商品价格
必填
sales_count
String
付款人数
必填

说明 / 示例

```{ "code":0, "errors":{ }, "msg":"操作成功", "result":{ "shopping_cart_count":0, "pos_list":[ { "pos_desc":"1", "agent_user_name":"test", "brand_name":"测试", "sales_count":6204, "sort":1, "title":"测试", "given_pos_num":1, "in_date_active_amount":0, "active_money":1, "content":"<p>1</p>", "oem_id":"b4a70320ad624d10b3640ab593ff2772", "brand_id":"773c95ea95df4702a377cac5d76ad15d", "ad_img_path":"", "sn_brand_logo":"", "active_end_type":1, "active_end_date":"", "img_path":"", "price":1, "id":"4a4ffa9c7b924ea6a3167ccfbac1252b", "active_end_day":1, "status":1 }, { "pos_desc":"测试2", "agent_user_name":"test", "brand_name":"测试", "sales_count":4838, "sort":2, "title":"测试2", "given_pos_num":1, "in_date_active_amount":3, "active_money":1, "content":"<p>测试2</p>", "oem_id":"b4a70320ad624d10b3640ab593ff2772", "brand_id":"773c95ea95df4702a377cac5d76ad15d", "ad_img_path":"", "sn_brand_logo":"", "active_end_type":1, "active_end_date":"", "img_path":"", "price":1, "id":"a2fdae1369c04e5cb87f0313bc01bbaa", "active_end_day":1, "status":1 } ] } } ```