1.12.4.測試取得審批資料, Log資料

透過Postman

  • 1.下載並開啟Postman

  • 2.選擇方法為GET, 並填入正確的URL

  • 3.在Body -> x-www-form-urlencoded

    • 填入一個key: Authorization

    • Value則填入Bearer + 空一格 + JWT token

  • 4.按下Send

Last updated

Was this helpful?