# 使用者 :6000 ## 登入 ### 帳號密碼登入 **Api Url : `:6000/login/normal`** **Api 呼叫方式 : POST** | Header 參數 | 格式 | 必填 |說明 | | :--- |:---:| :---:| ---:| | Body 參數 | 格式 | 必填 |說明 | | :--- |:---:| :---:| ---:| | Account | string | V | | Password | string | V | **Response** ```javascript= { "Code": "1", "Result": { "Token": "asdfasdfasdfsadf", } } ``` ## 登出 ### 登出 **Api Url : `:6000/logout`** **Api 呼叫方式 : POST** | Header 參數 | 格式 | 必填 |說明 | | :--- |:---:| :---:| ---:| | Token | string | V | | Body 參數 | 格式 | 必填 |說明 | | :--- |:---:| :---:| ---:| **Response** ```javascript= { "Code": "1", "Result": [] } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up