_tmp_s8_home_refresh.py 345 B

1234567
  1. import json
  2. import run_wp_wb8_api_loop as wb8
  3. wb8.BASE = "http://127.0.0.1:5005"
  4. login = wb8.login("UATAdminA", "838257186181189", "1234567890dop")
  5. status, body = wb8.request("GET", "/api/AidopKanban/home-grid/S8?factoryId=1", token=login["token"])
  6. print(json.dumps({"status": status, "body": body}, ensure_ascii=False, default=str, indent=2))