{
  "type": "bubble",
  "body": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "text",
        "text": "訂單",
        "weight": "bold",
        "size": "lg",
        "color": "#1CA9B7"
      },
      {
        "type": "box",
        "layout": "vertical",
        "margin": "lg",
        "spacing": "sm",
        "contents": [
          {
            "type": "box",
            "layout": "baseline",
            "spacing": "sm",
            "contents": [
              {
                "type": "text",
                "text": "訂單編號",
                "wrap": true,
                "color": "#1CA9B7",
                "size": "sm",
                "flex": 2
              },
              {
                "type": "text",
                "text": "#WUDE02007280001GYY5P",
                "wrap": true,
                "color": "#666666",
                "size": "sm",
                "flex": 6
              }
            ]
          },
          {
            "type": "box",
            "layout": "baseline",
            "spacing": "sm",
            "contents": [
              {
                "type": "text",
                "text": "訂購項目",
                "wrap": true,
                "color": "#1CA9B7",
                "size": "sm",
                "flex": 2
              },
              {
                "type": "text",
                "text": "文昌燈",
                "wrap": true,
                "color": "#666666",
                "size": "sm",
                "flex": 6
              }
            ]
          },
          {
            "type": "box",
            "layout": "baseline",
            "spacing": "sm",
            "contents": [
              {
                "type": "text",
                "text": "付款方式",
                "wrap": true,
                "color": "#1CA9B7",
                "size": "sm",
                "flex": 2
              },
              {
                "type": "text",
                "text": "信用卡",
                "wrap": true,
                "color": "#666666",
                "size": "sm",
                "flex": 6
              }
            ]
          },
          {
            "type": "box",
            "layout": "baseline",
            "spacing": "sm",
            "contents": [
              {
                "type": "text",
                "text": "訂單狀態",
                "wrap": true,
                "color": "#1CA9B7",
                "size": "sm",
                "flex": 2
              },
              {
                "type": "text",
                "text": "已付款",
                "wrap": true,
                "color": "#666666",
                "size": "sm",
                "flex": 6
              }
            ]
          },
          {
            "type": "box",
            "layout": "baseline",
            "spacing": "sm",
            "contents": [
              {
                "type": "text",
                "text": "付款金額",
                "wrap": true,
                "color": "#1CA9B7",
                "size": "sm",
                "flex": 2
              },
              {
                "type": "text",
                "text": "100",
                "wrap": true,
                "color": "#666666",
                "size": "sm",
                "flex": 6
              }
            ]
          }
        ]
      }
    ]
  },
  "footer": {
    "type": "box",
    "layout": "vertical",
    "spacing": "sm",
    "contents": [
      {
        "type": "button",
        "style": "primary",
        "action": {
          "type": "uri",
          "label": "前往網頁版查看更多",
          "uri": "http://linecorp.com/"
        },
        "height": "sm",
        "color": "#1CA9B7"
      },
      {
        "type": "button",
        "style": "primary",
        "action": {
          "type": "postback",
          "label": "提醒開關",
          "data": "[TemplateMsg][NoticeOrder]_123_0to1",
          "displayText": "顯示一波顯示一波"
        },
        "height": "sm",
        "color": "#1CA9B7"
      },
      {
        "type": "button",
        "action": {
          "type": "postback",
          "label": "詢問此筆訂單",
          "data": "[TemplateMsg][ExtraRequest]_123",
          "displayText": "我想詢問xxx"
        },
        "style": "secondary",
        "height": "sm"
      },
      {
        "type": "spacer"
      }
    ],
    "flex": 0
  }
}
