### WeEngine Android、IOS goods api
> #### 所有参数都是选填
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.goods
string:pagesize=10#每页数量
string:page=1#页数
string:cate=默认值#分类ID
string:keywords=默认值#关键词
string:order=默认值#排序规则 minprice价格 sales销量
string:by=desc#asc升序 desc降序
string:isnew=1是 0否 #新上
string:ishot=1是 0否 #热卖
string:isrecommand=1是 0否 #推荐
string:isdiscount=1是 0否 #促销
string:issendfree=1是 0否 #包邮
string:istime=1是 0否 #限时卖
<<<
success
{
"status": 1,
"result": {
"list": [
{
"id":商品ID,
"title": 商品名称,
"subtitle": 副标题,
"thumb": 缩略图,
"marketprice": 商品现价,
"productprice": 商品原价,
"minprice": 多规格中最小价格,无规格时显示销售价,
"maxprice": 多规格中最大价格,无规格时显示销售价,
"isdiscount": 促销 0否 1是,
"isdiscount_time": 促销结束时间,
"isdiscount_discounts": "{\"type\":0,\"default\":{\"option0\":\"\"}}"促销价格 数字为价格 百分数 为折扣,
"sales": 已出售数,
"salesreal": 实际售出数,
"total": 商品库存,
"description": 分享描述,
"bargain": 砍价,
"type": 类型 1 实体物品 2 虚拟物品 3 虚拟物品(卡密) 4 批发 10 话费流量充值 20 充值卡,
"ispresell": 是否预售商品,
"hasoption": 启用商品规则 0 不启用 1 启用
}
],
"total": "26",
"pagesize": "1",
}
}
~~~