回答編集履歴

1

間違っいたので修正

2017/05/11 08:27

投稿

shiroyuki
shiroyuki

スコア169

test CHANGED
@@ -20,6 +20,6 @@
20
20
 
21
21
  ```
22
22
 
23
- curl http://localhost:8080/test.php -d -F 'hoge={"building_name": "ライオンズガーデン明大○○○○"}'
23
+ curl http://localhost:8080/test.php -X POST -d 'hoge={"building_name": "ライオンズガーデン明大○○○○"}'
24
24
 
25
25
  ```