# 機台櫃全開 **機台開櫃(全開)** #### 網址 {domain}/smart-drawer/machine/open-all-lane #### 認證方式 Authoriztion : Bearer Token #### Method POST #### 傳入參數 |欄位名稱|必填|型態|欄位|備註| | ------------ | :-----------: |:-----------: |------------ |------------ | #### 回傳參數 |Name|Type|說明| | ------------ | ------------ |------------ | |command_id | string | 此次指令ID| #### Request Authoriztion ```json { Bearer Token : "token string..." } ``` #### Json Example Request Json ```json { } ``` Response Json Success ```json { "status": true, "message": "成功", "data": { "command_id": "1800291306E08AAE9EBC80EA91967568" } } ``` Response Json Error ```json { "status": false, "message": "No data Found", "errors": "" } ```