回答編集履歴

1

 

2023/02/03 14:30

投稿

退会済みユーザー
test CHANGED
@@ -5,3 +5,6 @@
5
5
  query_data = (略)"value": [system_ip](略)
6
6
 
7
7
  device_list = session.post(url=device_url, json=query_data, headers=heades_post, verify=False)
8
+ ```
9
+
10
+ ※ heades_post は、正しくは「headers_post」である可能性もあります。