POST xuner/soc/Social/getPosOrderDetail

获取订单列表明细

请求信息

URI 参数

无。

Body 参数

OrderDetailRequest
名称描述类型附加信息
id

订单编号

string

无。

t

用户手机号码

string

无。

shop_id

店铺编号

string

无。

请求格式

application/json, text/json

样例:
{
  "id": "",
  "t": "",
  "shop_id": ""
}

响应信息

资源描述

获取订单列表明细

gSocResponseOfSoc_OrderDetail
名称描述类型附加信息
data

Soc_OrderDetail

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "address": "",
    "all_discount_amount": "",
    "box_fee": 0,
    "box_fee_type": 0,
    "box_number": 0,
    "call_service": 0,
    "counts": 0,
    "coupon_list": [
      ""
    ],
    "delivery_fee": 0,
    "diandian_wm": 0,
    "dinein_flag": 0,
    "disct_amount": "",
    "dpay_support": "",
    "dpppay_support": "",
    "dprepay_support": "",
    "gbp_id": 0,
    "id": "",
    "isSuccessLink": 0,
    "is_open_swiftnum": 0,
    "is_share_coupon": 0,
    "memo": "",
    "mobile": "",
    "ordertime": "0001-01-01T00:00:00",
    "original_price": 0.0,
    "pay_price": 0.0,
    "pay_status": 0,
    "pay_status_desc": "",
    "paysupport": "",
    "pic_url": "",
    "platformFee": 0,
    "predict_cooked_time": "",
    "products": [
      {
        "big_pic": "",
        "box_number": 0,
        "box_price": 0.0,
        "id": "",
        "is_attach": 0,
        "is_printed": 0,
        "itemname": "",
        "number_order": 0,
        "original_price": 0.0,
        "package_number": 0,
        "per_head": 0,
        "price": 0.0,
        "quantity": 0,
        "small_pic": "",
        "suit_products": [
          ""
        ],
        "weight": 0.0,
        "rmk1": "",
        "amount": 0.0
      }
    ],
    "real_pay_price": 0.0,
    "recvtime": "0001-01-01T00:00:00",
    "ret_code": 0,
    "ret_msg": "",
    "send_addr": "",
    "shop_id": "",
    "shopname": "",
    "status": "",
    "status_desc": "",
    "subsidy_amt": "",
    "successLink": "",
    "swift_number": "",
    "table_code": "",
    "total_price": 0.0,
    "user_id": ""
  },
  "req": "",
  "msg": "",
  "code": 0
}