1.12.3.取得Token的方式
Last updated
Was this helpful?
Last updated
Was this helpful?
取得審批資料, Log資料前必須先向server取得JWT token, 並附在request中驗證身分
1.下載並開啟Postman
2.選擇方法為POST, 並填入正確的URL
3.在Body -> x-www-form-urlencoded
填入兩個key: UserName, Password
4.按下Send, 則可取得一個token
5.請注意: token的有效期限為20分鐘