POST xuner/soc/Social/getPosOrderlist

获取订单列表

请求信息

URI 参数

无。

Body 参数

getUserOrderlistRequest
名称描述类型附加信息
userid

用户编号

string

无。

current

当前页码

integer

无。

pageSize

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "userid": "",
  "current": 0,
  "pageSize": 0
}

响应信息

资源描述

获取订单列表

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

Soc_UserOrderlist

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "sumprice": 0,
    "orderSubList": [
      {
        "shopId": "",
        "shopName": "",
        "orderId": "",
        "original_price": 0.0,
        "totalprice": 0.0,
        "shopimg": "",
        "tableCode": "",
        "payType": 0,
        "remark": "",
        "ordertime": "",
        "cookedtime": "0001-01-01T00:00:00",
        "status": "",
        "status_desc": "",
        "call_service": "",
        "gbpId": "",
        "gbCode": "",
        "payPrice": 0.0,
        "platformFee": "",
        "dineinFlag": "",
        "wareDetailList": [
          ""
        ],
        "couponList": [
          ""
        ]
      }
    ]
  },
  "req": "",
  "msg": "",
  "code": 0
}