**簡要描述:**
- 拼團-結算詳情/提交訂單
**請求URL:**
- ` api/team/buy `
**請求方式:**
- post
**參數:**
|參數名|是否必選|類型|說明|
|:---- |:---|:----- |----- |
|pay_way | 可選/必選 |int | 支付方式(下單時必選) :1-微信支付 2-支付寶支付 3-余額支付
|item_id |必選 |int |商品id |
|goods_num |必選 |int |商品數量 |
|remark |可選 |string |用戶備注 |
|action |必選 |string |結算詳情-info;提交訂單-submit |
|address_id |可選 |int |地址id |
|type |可選/必選 |string |下單類型;購物車下單(cart);其余不傳 |
|order_source |可選/必選 |string |訂單來源(下單必選,默認小程序);1-小程序;2-h5;3-ios;4-安卓 |
|use_integral | 可選 | int | 是否使用積分;0-不使用;1-使用
**返回示例**
```
{
"code": 1,
"msg": "",
"data": {
"order_type": 2,
"goods_lists": [{
"goods_name": "順豐包郵 12期免息日本PILOT百樂Justus 95鋼筆14K金尖FJ-3MR可調書寫軟硬金筆成人書法練字商務辦公送禮盒裝",
"id": 10,
"team_id": 1,
"goods_id": 10,
"item_id": 10,
"team_price": "50.00",
"sales_sum": 0,
"del": 0,
"name": "順豐包郵 12期免息日本PILOT百樂Justus 95鋼筆14K金尖FJ-3MR可調書寫軟硬金筆成人書法練字商務辦公送禮盒裝",
"code": "656251",
"first_category_id": 1,
"second_category_id": 8,
"third_category_id": 15,
"brand_id": 2,
"supplier_id": 1,
"status": 1,
"image": "",
"remark": "好看",
"content": "",
"sort": 0,
"virtual_sales_sum": 685,
"click_count": 0,
"spec_type": 1,
"max_price": "1680.00",
"min_price": "1680.00",
"market_price": "2400.00",
"stock": 2369,
"stock_warn": 0,
"is_show_stock": 1,
"free_shipping_type": 1,
"free_shipping": "0.00",
"free_shipping_template_id": 0,
"is_commission": 1,
"first_ratio": "",
"second_ratio": "",
"three_ratio": "",
"is_share_bouns": 0,
"region_ratio": null,
"shareholder_ratio": null,
"is_new": 1,
"is_best": 1,
"is_like": 1,
"is_team": 0,
"create_time": 1607586032,
"update_time": 1607586216,
"spec_value_ids": "10",
"spec_value_str": "默認",
"price": "1680.00",
"cost_price": "768.00",
"volume": 2,
"weight": 2,
"bar_code": "36555",
"original_price": "1680.00",
"goods_price": "50.00",
"goods_num": "25"
}],
"coupon_id": "1",
"total_num": "25",
"total_goods_price": 1250,
"total_amount": 1250,
"order_amount": 1250,
"address": {
"id": 1,
"contact": "測試先生",
"telephone": "13104997825",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"address": "測試小區",
"is_default": 0,
"province": "北京",
"city": "北京市",
"district": "東城區"
},
"discount_amount": 0,
"integral_amount": 0,
"shipping_price": 0,
"remark": "",
"pay_way": "1",
"user_money": "0.00",
"user_use_integral": 0,
"user_integral": 270,
"integral_limit": 1000,
"integral_switch": 1,
"integral_config": 0.01,
"team": {
"joins": [{
"avatar": "http:\/\/www.likeshopv2.localhost\/uploads\/user\/avatar\/03f1dece077e0dd9d4053fb6029912a0.jpeg",
"nickname": "Jason",
"is_found": 0
}],
"notice": "您正在參與2人團"
}
},
"show": 0,
"time": "0.366239"
}
```
**返回參數說明**
|參數名|類型|說明|
|:----- |:-----|----- |
|total_num |int |訂單總數量
|total_goods_price |float |訂單商品總價
|total_shipping_price |float |訂單快遞總價格
|total_amount |float |訂單總金額
|order_amount |float |訂單應付金額
|discount_amount |float |訂單優惠金額
|integral_amount |float |訂單積分優惠金額
|shipping_price|float |訂單總運費
|user_money | float | 用戶余額
|integral_switch | int | 積分開關;0-關閉;1-開啟
|integral_config | float | 1積分可以抵扣多少金額
|address |array |用戶地址
|----province |string |省份
|----city |string |城市
|----district |string |地區
|----address |string |詳細地址
|goods_lists |array |商品列表
|----item_id |int |商品規格id
|----goods_id |int |商品id
|----goods_name |string |商品名稱
|----spec_value_str |string |規格信息
|----image_str |string |商品圖片
|----goods_price | float | 商品價格
|----goods_num | int | 商品數量
|----shipping_price | int | 商品運費金額
**備注**
- 這里是備注
- ??????點擊查看最新最全文檔
- 說明
- 請求通用參數
- 返回值說明
- 賬號
- 小程序登錄
- 微信H5登錄
- 手機號賬號密碼登錄
- 微信第三方app登錄
- 獲取向微信請求code的鏈接
- 退出登錄
- 驗證碼登錄
- uniapp微信登錄(第三方app)
- 上傳文件
- form表單方式上傳圖片
- 微信
- 微信JSSDK授權接口
- 購物車
- 列表
- 添加購物車
- 刪除購物車
- 改變數量
- 購物車選中狀態
- 收貨地址
- 獲取地址列表
- 獲取地址詳情
- 獲取默認地址
- 設置默認地址
- 添加地址
- 更新地址
- 刪除地址
- 省市區名稱轉換
- 商品
- 商品分類
- 商品詳情
- 商品搜索列表
- 獲取好物優選
- 搜索頁
- 獲取熱銷榜單
- 清理搜索記錄
- 分銷
- 填寫邀請碼
- 分銷會員申請
- 最新分銷會員申請詳情
- 邀請人信息
- 分銷主頁
- 分銷訂單列表
- 傭金提現
- 提現記錄列表
- 提現詳情
- 提現頁信息
- 月度賬單
- 月度賬單明細
- 分銷推廣入口驗證
- 獲取海報背景圖
- 營銷
- 簽到
- 獲取簽到列表
- 簽到
- 獲取簽到規則
- 優惠券
- 我的優惠券
- 獲取商品優惠券
- 用戶領取優惠券
- 領券中心
- 注冊贈送優惠券
- 限時秒殺
- 獲取秒殺時間段
- 獲取秒殺商品
- 活動專區
- 獲取活動專區商品列表
- 充值
- 充值模板
- 充值接口
- 拼團活動
- 商品列表
- 拼團下單
- 商品詳細
- 我的拼團
- 拼團詳情
- 積分抽獎
- 獲取獎品
- 抽獎記錄
- 抽獎
- 砍價
- 砍價商品列表
- 砍價商品詳情
- 砍價成功人數
- 發起砍價
- 砍價訂單列表
- 砍價訂單詳情
- 好友助力
- 關閉砍價訂單
- 首頁
- 獲取首頁數據
- 通用配置
- 訂單
- 訂單列表
- 添加訂單
- 訂單詳情
- 取消訂單
- 刪除訂單
- 確認收貨
- 查看物流
- 售后
- 售后列表
- 申請售后
- 售后商品信息
- 填寫快遞信息
- 撤銷申請
- 售后詳情
- 重新申請
- 收藏
- 商品收藏操作
- 獲取商品的收藏列表
- 用戶
- 個人中心
- 賬戶明細
- 我的粉絲
- 會員中心
- 我的錢包
- 評論
- 商品評論
- 獲取評論商品的信息
- 獲取評論內容分類
- 獲取評論列表
- 獲取訂單商品列表
- 廣告
- 獲取廣告列表
- 分享
- 生成商品海報
- 邀請海報
- 砍價海報
- 分享到小程序或H5
- 獲取微信小程序碼
- 菜單
- 獲取菜單
- 消息訂閱
- 獲取訂閱模板ID
- 消息中心
- 消息中心首頁
- 消息列表
- 足跡氣泡
- 獲取足跡氣泡
- 短信
- 發送短信
- 地區
- 獲取地區
- pc端接口
- pc首頁接口
- 獲取公共數據
- 獲取商品列表
- 修改用戶信息