[feat] Remove unuse code

This commit is contained in:
JasonWu
2021-09-01 15:30:09 +08:00
parent 9174b540fd
commit c96cdf0ebd
13 changed files with 1 additions and 384 deletions
-17
View File
@@ -10,20 +10,3 @@ module.exports = {};
* @property {string} errorMessage api error message (除了prod以外的環境會有)
*/
/**
* @typedef Pager
* @description 頁數資訊
* @property {number} page 目前頁數
* @property {number} count 總筆數
* @property {number} total 總頁數
*/
/**
* @typedef Account
* @description API回傳使用者資訊
* @property {string} id 使用者ID
* @property {string} phone 手機
* @property {string} display_name 顯示名稱
* @property {string} created_time 帳號建立時間
* @property {string} updated_time 帳號更新時間
*/