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