test_key_api.txt 432 B

1234567891011
  1. import requests
  2. # --- urls ---
  3. # service_url = 'http://192.168.30.115:18800'
  4. # service_url = 'http://192.168.30.115:8800'
  5. service_url = 'http://192.168.30.13:8800'
  6. # service_url = 'http://192.168.3.59:8802'
  7. # --- test Key ---
  8. # print(requests.post(url=f'{service_url}/api', json={'module': 'Key', 'method': 'create_key'}).text)
  9. # print(requests.post(url=f'{service_url}/api', json={'module': 'Key', 'method': 'verify_key'}).text)