2017-10-14 49 views
0

我需要科瑞席位地圖和電報BOT(node.js的) 與cordinates發送我已經JSON這樣科瑞和電報機器人發送SVG

  "hallid": "200", 
      "hallName": "Hall 3", 
      "width": 561, 
      "height": 499, 
      "widthScreen": 1024, 
      "heightScreen": 768, 
      "horizontalRatio": 2, 
      "verticalRatio": 2, 
      "seats": [ 
       { 
        "x": 144, 
        "y": 288, 
        "width": 21, 
        "height": 57, 
        "id": "D00001", 
        "row": "D", 
        "seat": "1", 
        "idSector": "000000308", 
        "idTypeOfSeat": "001" 
       }, 
    { 
        "x": 320, 
        "y": 288, 
        "width": 21, 
        "height": 57, 
        "id": "D00007", 
        "row": "D", 
        "seat": "7", 
        "idSector": "000000308", 
        "idTypeOfSeat": "001" 
       }... 

      ] 
     }, 

我已經盡力做到像在前端,但它不起作用。

回答

1

電報客戶端無法顯示SVG圖像。如果您希望圖像在客戶端可見,請將其轉換爲支持的格式:JPEG或PNG。