diff --git a/app/Module/Apps.php b/app/Module/Apps.php index 050474f91..acbbae35f 100644 --- a/app/Module/Apps.php +++ b/app/Module/Apps.php @@ -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);