mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
#18045862 : me2day openapi. changed POST => GET
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6456 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
36ba2a6040
commit
cfc6abb0df
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
$body = implode('&',$arr_content);
|
$body = implode('&',$arr_content);
|
||||||
}
|
}
|
||||||
|
|
||||||
$buff = FileHandler::getRemoteResource($url, $body, 3, 'POST', 'application/x-www-form-urlencoded',
|
$buff = FileHandler::getRemoteResource($url, $body, 3, 'GET', 'application/x-www-form-urlencoded',
|
||||||
array(
|
array(
|
||||||
'me2_application_key'=>$this->application_key,
|
'me2_application_key'=>$this->application_key,
|
||||||
'Authorization'=>'Basic '.$auth,
|
'Authorization'=>'Basic '.$auth,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue