質問編集履歴

1

json_data の定義が漏れていたため追加いたしました。

2021/08/08 12:32

投稿

nuuuuben
nuuuuben

スコア0

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,16 @@
15
15
  import json
16
16
 
17
17
  import requests
18
+
19
+
20
+
21
+ json_data = {
22
+
23
+ 'datas': 'data'
24
+
25
+ }
26
+
27
+
18
28
 
19
29
  TO_URL = "http://hoge.com/hoge.php/"
20
30