简要描述:

  • 商品详情其他信息

请求URL:

POST/wapapi/goods/getGoodsMoreInfo

参数:

参数名 是否必须 类型 说明
goods_id int 商品id
mic_goods int 1 成为店主,升级,续费必传字段(微店)
block_price string 从商品详情接口获取

返回示例:

正确时返回:

{
    "code": 1,
    "message": "成功获取",
    "data": {
        "coupon_type_list": [
            {
                "coupon_type_id": 16,
                "coupon_name": "金典满减优惠券",
                "coupon_genre": 2,
                "shop_range_type": 1,
                "money": "1.00",
                "discount": "0.00",
                "at_least": "20.00",
                "start_time": 1524204417,
                "end_time": 1539964800,
				"shop_id":0,
            },
            {
                "coupon_type_id": 17,
                "coupon_name": "吾问无为谓无无",
                "coupon_genre": 1,
                "shop_range_type": 2,
                "money": "1.00",
                "discount": "0.00",
                "at_least": "0.00",
                "start_time": 1535990400,
                "end_time": 1536249600,
				"shop_id":0,
            }
        ],
		"blockchainPrice": [
            {
                "logo": "https://cn.etherscan.com/token/images/tether28_2.png",
                "service_charge": "20",
                "symbol": "USDT",
                "symbol_price": "5.337519"
            }
        ]
}

参数:

参数名 类型 说明

|service_charge |int |eos和eth手续费|为null不显示 |coupon_type_list|array|优惠券列表| |coupon_type_id|int|优惠券id| |coupon_name|string|优惠券名称| |coupon_genre|int|优惠券类型
1:无门槛
2:满减
3:折扣| |shop_range_type|int|优惠券适用范围,1:直营店,2:全平台| |money|string|金额类型的优惠额| |discount|string|折扣类型的折扣| |at_least|string|满xx元享受优惠| |start_time|int|优惠券开始使用时间| |end_time|int|优惠券结束使用时间|