質問編集履歴

1

コードをコピーした際に、クォートが抜けていました。修正いたしました。

2018/12/11 01:38

投稿

ZeTTonn
ZeTTonn

スコア10

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- $endpoint = http://127.0.0.1/mt/mt-data-api.cgi/v2/authentication';
25
+ $endpoint = 'http://127.0.0.1/mt/mt-data-api.cgi/v2/authentication';
26
26
 
27
27
  $postdata = array(
28
28