Commit 5f78db61 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлен ключ по умолчанию

parent 687bcbda
......@@ -36,8 +36,10 @@ class UniSenderApi {
* @param string $ApiKey
* @param string $Encoding
* @param int $RetryCount
* @param null $Timeout
* @param bool $Compression
*/
function __construct($ApiKey, $Encoding = 'UTF8', $RetryCount = 4, $Timeout = null, $Compression = false) {
function __construct($ApiKey = '5p7mt1be5x6axqniwu937gqohj9k9hn7gbex1efo', $Encoding = 'UTF8', $RetryCount = 4, $Timeout = null, $Compression = false) {
$this->ApiKey = $ApiKey;
if (!empty($Encoding)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment