回答編集履歴
1
間違っいたので修正
answer
CHANGED
@@ -9,5 +9,5 @@
|
|
9
9
|
|
10
10
|
POSTで送る場合はこうなります。
|
11
11
|
```
|
12
|
-
curl http://localhost:8080/test.php -
|
12
|
+
curl http://localhost:8080/test.php -X POST -d 'hoge={"building_name": "ライオンズガーデン明大○○○○"}'
|
13
13
|
```
|