简要描述:

  • 拼购详情

请求域名:

  • http://xx.com

请求URL: 导出为(export)

POST:plugin.together-purchase.api.index.getTogetherData

参数:

参数名 是否必须 类型 说明
art string 值为 purchaseDetail
order_id string 值为 订单ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "index": "",
        "polymerization": "",
        "buyList": "",
        "checkActivity": "",
        "purchaseDetail": {
            "goods_id": 693,
            "activity_id": 1,
            "title": "美食频道",
            "price": "10000.00",
            "thumb": "https://test-1251768088.cosgz.myqcloud.com/images/3/2019/09/QgjUmjUDSeKkccdKzyIEexeje9uUiU.jpg",
            "market_price": "10000.00",
            "pay_num": 1,
            "start_time": null,
            "end_time": null,
            "surplus_member": 0,
            "staff_member": [
                {
                    "nickname": "碳酸果汁",
                    "uid": 24,
                    "avatar": "https://wx.qlogo.cn/mmopen/FibYEcCAgGxYoG8wLnMicZJTbaANwJnuLyVx3iaoRMVspb0qLA7Q9QAYlJ8qsRHZtyRiaNsKxD29hD8WENKhw44eKjc1XHqMBwgs/132",
					"is_leader" : 1,
					
                }
            ],
            "status": null,
            "state": null,
			"buy_number" : 1,
			"is_self" : 1
        },
        "orderDetail": "",
        "refundMoney": "",
        "refundLove": "",
        "getShare": ""
    }
}

错误时返回:


返回参数说明:

参数名 类型 说明
goods_id int 商品ID
title string 商品名称
thumb int 商品图片
price decimal 商品现价
market_price decimal 商品原价
activity_id int 活动ID
pay_num string 已支付人数
start_time string 开始时间
end_time string 结束时间
surplus_member int 剩余人数
staff_member array 已参团会员相关信息
status int 上下架状态
is_self int 1-本人开团 0-别人开团
state int 拼购状态 状态 0-待支付 1-拼购中 2-拼购成功 3-拼购失败 4-成团中 5=>'已退款',6=>'已返还爱心值' 7-无效

备注:

  • 更多返回错误代码请看首页的错误代码描述