💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 商品详情页 ~~~[api] get:http://global.aumalls.com/apigoods/pro *id#商品ID user_id#用户id regiment#拼团id <<< success { "code":20000, "msg":"商品详情信息", "data":{返回数据} } <<< error { "code": 40002, "msg": "接口验证失败", } ~~~ #### 说明 1. 提交数据:和注册登录一致; 2. 参数说明: * user_id:当传递用户id时,购物车促销活动生效,比如购物车活动是否免运费 * regiment:值为 拼团列表页返回id 3. 返回数据说明: * sell_point:卖点 * unit:商品单位 * visit:访问量 * sale:销量 * img:主图 * photo:商品图片列表 * brand:商品品牌 * category:商品所属分类id * up_time:上架时间 * spec_array:商品规格 "spec_array":{"1":{"id":"1","name":"颜色","type":"1","value":"黑色,白色"} * freight:运费(以:返回price字段为准) "freight":{"name":"快递","description":"直接由第三方物流公司配送","if_delivery":0,"org_price":10,"price":0,"protect_price":0} * returns:布尔值 1:支持无理由退货 0:否 * returns_desc:退货说明信息 * tax:布尔值 是否卖家承担税,默认是:1,否:0 * tax_desc : 税费相关描述 * freight:运费说明 * extra_desc:运费税费退货具体描述 {'key'=>'满88元免运费','value'=>'单笔订单金额(不含运费)满88元可免运费,不满88元,单笔订单收取10元运费。直邮、保税仓商品受中国海关的监督,由指定快递公司发货,无法换快递公司。'}, {'key'=>'商家承担税费','value'=>'跨境商品中国海关收取相应税费,此商品税费由商家承担。'}, {'key'=>'7天无忧退换货','value'=>'自收到商品之日起7天内,在不影响2次销售的情况可在线申请无忧退换货服务(特殊商品除外)。'}, * type:1直邮,2保税仓 * is_self:是否自营1是、0否 * attribute:商品属性 "attribute":[{"name":"属2性1","attribute_value":"200"},{"name":"属2性2","attribute_value":"200,33"}] * seller:商铺信息(当时自营的时候没有商铺信息) "seller":{"id":"1","true_name":"swisse crp","shop_desc":"店铺描述","head_ico":null,"goods_num":"2","goods_list":[{"id":"4","name":"测试商品4","img":"upload/2017/06/26/20170626171317228.jpg","sell_price":"40.00"},{"id":"3","name":"测试商品3","img":"upload/2017/06/26/20170626163222497.jpg","sell_price":"80.00"}]} * comment:评论(没有评论为空) "comment":{"username":"张卫","head_ico":"upload/headico/20170725/20170725140757681.jpg","contents":"高度分工的风格大方","comment_time":"2017-10-09 00:00:00","comment_num":"2","img_list":["upload/comment/20170727/20170727173803547.jpg","upload/comment/20170727/20170727180153327.jpg"]} * is_favor:已收藏:1,否:0(传递user_id参数才返回) * * * * * 限时购返回信息 * award_value:限时购价格(不是不返回此字段) * promo:time (拼团时值为:groupon) * promotion 下 award_value:限时商品价格 end_time:结束时间 "promotion":{"award_value":"45","end_time":"2018-07-22 12:00:00","user_group":"all","condition":"1"} * * * * * 拼团返回信息 * regiment: "regiment":{"info":{"id":12,"title":"ddd","regiment_price":"88.00","create_person":"4"},"list":[{"id":"7","number":"1","user_id":"34,25","end_time":null,"username":"张卫","head_ico":"upload/headico/20170725/20170725140757681.jpg"},{"id":"15","number":"1","user_id":"34,28","end_time":null,"username":"张卫","head_ico":"upload/headico/20170725/20170725140757681.jpg"}]} * regiment_price:拼团价格 * promo:groupon (限时购值为:time) * create_person:几人团 * end_time:此团结束时间 * * * * * 优惠券 * ticket is_get:已领取1,未领取0(请传user_id参数) "ticket":[{"id":"1","name":"满200减10元","value":"10.00","seller_id":"1","is_get":1},{"id":"3","name":"优惠券3","value":"5.00","seller_id":"1","is_get":0},{"id":"4","name":"优惠券4","value":"5.00","seller_id":"1","is_get":1}]