mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-06 04:18:13 +00:00
no message
This commit is contained in:
parent
a1eea77b9e
commit
718ed8953f
@ -88,6 +88,7 @@ class Apps
|
|||||||
$headers = [
|
$headers = [
|
||||||
'Content-Type' => 'application/json',
|
'Content-Type' => 'application/json',
|
||||||
'Authorization' => 'Bearer ' . md5($appKey),
|
'Authorization' => 'Bearer ' . md5($appKey),
|
||||||
|
'Version' => Base::getVersion(),
|
||||||
];
|
];
|
||||||
|
|
||||||
$resp = Ihttp::ihttp_request($url, json_encode($payload, JSON_UNESCAPED_UNICODE), $headers, 5);
|
$resp = Ihttp::ihttp_request($url, json_encode($payload, JSON_UNESCAPED_UNICODE), $headers, 5);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user