add clear
This commit is contained in:
@@ -31,7 +31,7 @@ class SecCheck extends SmallProgram
|
|||||||
$this->request->setErrorField('errCode');
|
$this->request->setErrorField('errCode');
|
||||||
$this->request->setErrorMsgField('errMsg');
|
$this->request->setErrorMsgField('errMsg');
|
||||||
return $this->request->upload($this->_url . $this->config->getAccessToken(), [
|
return $this->request->upload($this->_url . $this->config->getAccessToken(), [
|
||||||
'appid' => $this->config->getAppid(), 'media' => new \CURLFile($path)
|
'appid' => $this->config->getAppid(), 'media' => $path
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user