This commit is contained in:
2023-08-17 18:04:58 +00:00
parent 8b580895b6
commit dd8351a840
11 changed files with 85 additions and 57 deletions

View File

@@ -42,7 +42,7 @@ curl_setopt_array($curl, [
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode($params),
CURLOPT_HTTPHEADER => [
"token: e12e2dde0e95a32e274328fd274e07d53f127630c211d838efffacd3cafc4f14edf3f3de6a649eb23f98edf6a1863a008f60e78a316d4dec996b79aeea161a0c",
"token: 64293fb86c06e45331ab9963822762f77b9c403ca949adcc31286d550e902fff202e4c69d1574b2082ecf0b3a28b6cfd4d88b3a7d2c2ab7d329666b9a527fb1b",
"username: SGU_APSA_AUD_ASIST",
"Content-Type: application/json"
],