no message

This commit is contained in:
kuaifan 2025-12-14 00:23:04 +00:00
parent a1eea77b9e
commit 718ed8953f

View File

@ -88,6 +88,7 @@ class Apps
$headers = [
'Content-Type' => 'application/json',
'Authorization' => 'Bearer ' . md5($appKey),
'Version' => Base::getVersion(),
];
$resp = Ihttp::ihttp_request($url, json_encode($payload, JSON_UNESCAPED_UNICODE), $headers, 5);