add clear
This commit is contained in:
@@ -49,7 +49,7 @@ class Account extends SmallProgram
|
|||||||
$param['grant_type'] = 'authorization_code';
|
$param['grant_type'] = 'authorization_code';
|
||||||
|
|
||||||
$this->request->setMethod(HttpClient::GET);
|
$this->request->setMethod(HttpClient::GET);
|
||||||
$this->request->addHeader('Content-Type', 'text/xml');
|
$this->request->addHeader('Content-Type', 'application/json');
|
||||||
$this->request->setErrorField('errcode');
|
$this->request->setErrorField('errcode');
|
||||||
$this->request->setErrorMsgField('errmsg');
|
$this->request->setErrorMsgField('errmsg');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user