### WeEngine Android、IOS detail api
* 轮播图:thumb_url
* 商品名称 :title
* 副标题:subtitle(红色)
* 商品现价:marketprice
* 商品原价:productprice (删除线)
* 快递:dispatchprice(值为0显示包邮)
* 库存:total
* 销量:sales(数量)unit(单位)
* 是否允许加入购物车 canAddCart (1允许 2不允许)
* 促销活动条(old) : salelist
* 是否能购买 canbuy为true 可以购买 购买条(规格条)canbuyparam
* 领取可用优惠券 coupons / backtype( 0立减(蓝色)、1折扣(红色)、2返现 (黄色)) 、领取时间(timestr)、backmoney(金额)
* 秒杀条 seckillinfo 0不显示
* 二次购买优惠条 buyagain 0不显示 不为0 优惠折扣数
* 会员等级优惠条 levelsale 0不显示 不为0 levelsale->levelname 等级 levelsale->memberprice 优惠价
* 积分赠送优惠条 deductsale 0不显示 不为0 详细参数
* 满包邮:enoughsale 0不显示 不为0 详细参数
* 标签:cash=2(货到付款) quality=1(正品保证) repair=1(保修)invoice=1(发票) seven=1(7天退换)
* 配送条:has_city=1显示 city_title(只/不 配送区域) citys( 区域 )
* 是否关注 isFavorite 为true是 为false否
* statics : all(全部)、new(新品)、discount(促销)
* shopdetail :logo(商家图标)、shopname(商家名称)
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.goods.detail
*string:id=默认值#商品ID
<<<
success
{
"status": 1,
"result": {
"id": "", //商品ID
"type": "", // 类型 1 实体物品 2 虚拟物品 3 虚拟物品(卡密) 4 批发 10 话费流量充值 20 充值卡 暂只支持1实体物品
"title": "", //商品名称
"thumb":", //商品缩略图
"unit": "件", //商品单位
"description": "", //分享描述
"content": "", //商品详情
"productprice": "", //商品原价
"marketprice": "", //商品现价
"total": "", //商品库存
"sales": , //已出售数
"spec": "", //商品规格设置
"createtime": "", //建立时间戳
"weight": "0.00", //重量
"credit": "", //购买赠送积分,如果带%号,则为按成交价比例计算
"maxbuy": "0", //单次最多购买量
"usermaxbuy": "0", //用户最多购买量
"hasoption": "0", // 启用商品规则 0 不启用 1 启用
"dispatch": "0", //配送
"thumb_url": "", //缩略图地址 序列化
"isdiscount": "0", //促销
"isrecommand": "1", //推荐
"issendfree": "0", //包邮
"istime": "0", //限时卖
"iscomment": "0", //允许评价
"timestart": "0", //限卖开始时间
"timeend": "0", //限卖结束时间
"viewcount": "", //查看次数
"share_title": "", //分享标题
"share_icon": "", //分享图标
"isnodiscount": "0", //不参与会员折扣
"showlevels": "", //浏览权限
"buylevels": "", //购买权限
"showgroups": "", //会员组浏览权限
"buygroups": "", //会员组购买权限
"deduct": "0.00", //积分抵扣 0 不支持积分抵扣 >0 最多抵扣 元
"discounts": "{\"type\":\"0\",\"default\":\"\",\"default_pay\":\"\"}",折扣
"detail_logo": "", //店铺LOGO
"detail_shopname": "", //店铺名称
"detail_btntext1": "", //按钮1名称
"detail_btnurl1": "", //按钮1链接 默认"查看所有商品"及"默认的全部商品连接"
"detail_btntext2": "", //按钮2名称
"detail_btnurl2": "", //按钮2链接 默认"进店逛逛"及"默认的小店或商城连接"
"detail_totaltitle": "", //全部宝贝x个
"deduct2": "0.00", //余额抵扣 0 支持全额抵扣 -1 不支持余额抵扣 >0 最多抵扣 元
"ednum": "0", //单品满件包邮 0 : 不支持满件包邮
"edmoney": "0.00", //单品满额包邮 0 : 不支持满额包邮
"edareas": "", //不参加满包邮的地区 ,0 : 不支持满件包邮
"dispatchtype": "0", //配送类型 0 运费模板 1 统一邮费
"dispatchid": "0", //配送ID
"dispatchprice": null, //统一邮费
"manydeduct": "0", //多件累计抵扣积分
"isdiscount_title": "", // 促销标题
"isdiscount_time": "", //促销结束时间
"isdiscount_discounts": "{\"type\":0,\"default\":{\"option0\":\"\"}}", //促销价格 数字为价格 百分数 为折扣
"shopid": "0", //商户ID
"allcates": null,
"minbuy": "0", //用户单次必须购买数量
"invoice": "0", //提供发票
"repair": "0", //保修
"seven": "0", //7天无理由退换
"money": "", //余额返现
"minprice": , //多规格中最小价格,无规格时显示销售价
"maxprice": , //多规格中最大价格,无规格时显示销售价
"province": "请选择省份", //商品所在省 如为空则显示商城所在
"city": "请选择城市", //商品所在城市 如为空则显示商城所在
"quality": "0", //正品保证
"showtotal": "1", // 显示库存 0 不显示 1 显示
"subtitle": "", //子标题
"minpriceupdated": "0",
"merchid": "0", //商户ID
"showsales": "1", //显示销量
}
}
<<<
error
{
"status": 0,
"result": {
"message": "错误信息!"
}
}
~~~