Auth.bootUp: 在 Lifestyle 服務啟動 appid
Biz.listReviews: 列出商家的評價意見
| Name | Required (Y/N) | Detail |
| ID | Y | ID of the biz |
| begin | N | index of beginning (第幾筆開始,預設 1,必須 > 1) |
| limit | N | count limit (限定幾筆,預設 10,必須 > 0) |
Biz.search: 搜尋商家,每次傳回一頁 10 筆
| Name | Required (Y/N) | Detail |
| BizName | Y | 商家名稱 |
| address | N | 指定地址 |
| page | N | 指定頁數 (預設為 1) |
Class.listClasses: 列出指定分類 ID 中的所有分類,若無指定,則預設為根分類
| Name | Required (Y/N) | Detail |
| id | N | ID of the class (Space ID) |
Class.listClasses: 列出指定分類 ID 中的所有分類,若無指定,則預設為根分類
| Name | Required (Y/N) | Detail |
| class | N | ID of the class (Space ID,預設 0,表示根分類) |
| lon | N | longitude (經度,預設 121.5438) |
| lat | N | latitude (緯度,預設 25.0417) |