查出该商铺所有上架或下架商品
GET
http://192.168.7.11:8080/farm/AppMerchant/saleProducts.action
接口描述
查出该商铺所有上架或下架商品
请求参数
参数名
类型
描述
必填
merchantId
int
商铺id
必填
limit
int
每页大小
必填
page
int
页码
必填
token
String
必填
state
int
商品状态:1为上架 2为下架
必填