This commit is contained in:
Wayne 2024-03-13 11:17:11 +08:00
parent 2f7fee69bb
commit 141416047d

View File

@ -42,8 +42,7 @@ class cloudflare
'proxied' => true, 'proxied' => true,
]; ];
print_r($real_param); $header[] = 'X-Auth-Key: '.$this->apikey;
$header[] = 'X-Auth-Email: '.$this->apiemail ; $header[] = 'X-Auth-Email: '.$this->apiemail ;
$header[] = 'Content-Type: application/json ' ; $header[] = 'Content-Type: application/json ' ;