質問編集履歴

1

コード修正

2018/04/01 10:03

投稿

yamapoyo
yamapoyo

スコア7

test CHANGED
File without changes
test CHANGED
@@ -104,7 +104,7 @@
104
104
 
105
105
  request.add_field('Content-Type', 'application/json')
106
106
 
107
-
107
+ request.body = body.to_json
108
108
 
109
109
  response = http.request(request)
110
110