GAS+LineBot開發
	訂單後台
  - 「管理員 / 產生器 / 單一工作表(bot) / 產生程式碼」
 - op:order_main 、工作表:訂單
    
- 選單
 - 程式碼.gs / setup()
 - 路由 程式碼.gs / doGet(e)
 - 主檔程式
 
 - 由於 訂單的新增是由「Line Bot」而來,且訂單不允許編輯,所以將「新增」、「編輯」刪除
 - 判斷關鍵字,例「+1 土雞蛋」轉成陣列 keyWord =>「keyWord.length == 2」,則進入比對「商品」,看其是否有「+1」的數量 且 商品名稱 = 「土雞蛋」
 - 比對成功,則建立一筆「訂單」
 - 回覆訊息:訂單,並製作一個「查詢訂單」,訊息帶入「userId」、「replyToken」,按這個連結,即可查詢該筆訂單。(好友與Line Bot管理可按鈕)
 - 用「userId」比對好友,得到「電話」、「送貨地址」,顯示在回覆資料上
 
      
        .videobox {
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 56.25%;
        }
        .videobox iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
      
      
        
      
    
  
	Youtube影片:https://youtu.be/EXVE534rd4c