简要描述:

  • 酒柜机主提成

请求域名:

  • http://xx.com

请求URL:

plugin.gradevin.frontend.owner.dividends.template

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
  "result": 1,
  "msg": "ok",
  "data": {
    "tabClass": "navlist-radius-block",
    "page_title": "我的提成",
    "statistic": [
      {
        "name": "今日",
        "key": "today",
        "value": 0
      },
      {
        "name": "昨日",
        "key": "yesterday",
        "value": 0
      },
      {
        "name": "本月",
        "key": "this_month",
        "value": 0
      },
      {
        "name": "总计",
        "key": "total",
        "value": "20.00"
      }
    ],
    "tabArr": [
      {
        "name": "全部",
        "url": "plugin.gradevin.frontend.owner.dividends.index&device_id=1",
        "nodeKey": [
          {
            "node": [
              {
                "key": "order.order_sn",
                "color": "#333",
                "leftText": "订单编号: "
              },
              {
                "key": "dividends_amount",
                "color": "#333",
                "leftText": "提成: ",
                "type": "changVal"
              }
            ]
          },
          {
            "node": [
              {
                "key": "order_goods.id",
                "color": "#333",
                "leftText": "商品ID: "
              },
              {
                "key": "status_name",
                "color": "#333",
                "rightText": ""
              }
            ]
          },
          {
            "node": [
              {
                "key": "order_goods.price",
                "color": "#333",
                "leftText": "商品金额: "
              }
            ]
          }
        ]
      },
      {
        "name": "未结算",
        "url": "plugin.gradevin.frontend.owner.dividends.index&unsettled=1&device_id=1",
        "nodeKey": [
          {
            "node": [
              {
                "key": "order.order_sn",
                "color": "#333",
                "leftText": "订单编号: "
              },
              {
                "key": "dividends_amount",
                "color": "#333",
                "leftText": "提成: ",
                "type": "changVal"
              }
            ]
          },
          {
            "node": [
              {
                "key": "order_goods.id",
                "color": "#333",
                "leftText": "商品ID: "
              },
              {
                "key": "status_name",
                "color": "#333",
                "rightText": ""
              }
            ]
          },
          {
            "node": [
              {
                "key": "order_goods.price",
                "color": "#333",
                "leftText": "商品金额: "
              }
            ]
          }
        ]
      },
      {
        "name": "已结算",
        "url": "plugin.gradevin.frontend.owner.dividends.index&settled=1&device_id=1",
        "nodeKey": [
          {
            "node": [
              {
                "key": "order.order_sn",
                "color": "#333",
                "leftText": "订单编号: "
              },
              {
                "key": "dividends_amount",
                "color": "#333",
                "leftText": "提成: ",
                "type": "changVal"
              }
            ]
          },
          {
            "node": [
              {
                "key": "order_goods.id",
                "color": "#333",
                "leftText": "商品ID: "
              },
              {
                "key": "status_name",
                "color": "#333",
                "rightText": ""
              }
            ]
          },
          {
            "node": [
              {
                "key": "order_goods.price",
                "color": "#333",
                "leftText": "商品金额: "
              }
            ]
          }
        ]
      }
    ]
  }
}

返回参数说明:

参数名 类型 说明
data.id int 设备id
data.name string 设备名称
data.device_no string 设备编号
data.qr_code string 二维码图片
data.qr_code_url string 客户端分类列表页
data.mini_code string 设备编号
data.mini_code_url string 小程序路径
data.action object 功能页

备注:

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