GAS+LineBot開發
	新增訂單
  - 取得訂單結構預設值:get_struFormValue_order_main()
 - 寫入訂單
    
- 
        
insert_order_main(formData):這個是表單傳來「formData」,再調用「insert_sheet_order_main(formData)」,有回傳結果畫面
 - 
        
insert_sheet_order_main(formData):直接將「formData」寫入。它會根據結構「get_stru_order_main()」,去新增一筆
返回
respond = {
result: false, //結果 true、false
message: '無此流水號的資料', //訊息
row: {} //處理後的記錄 formData、{}
}
 
 - 
        
 
      
        .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/yutbi4WThMk