1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| http post:
| http://localhost:8080/api/eService/authenticate/{imgCode}
|
| request body:
| {
| "username": "D265260662",
| "password": "test123"
| }
|
| 目前可用顧問可參考Angela的10個顧問測試資料
| 檔名:PCA-Matching Platform-test-data.xlsx
|
| 帳號如Excel上面所填寫,密碼在dev端並未從EService檢核,可以直接登入
|
| 若驗證成功http status 回覆 200
|
|
| 若與EService http status 200,但有錯誤會回401
| 其餘非EService相關的Server error皆回500
|
|