add Platform description in install

This commit is contained in:
root
2020-08-18 10:38:41 +08:00
parent 0a7887409c
commit cfda210fdc
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ function SetbaseConfig($Envs, $function_name, $Region, $Namespace, $SecretId, $S
$tmpdata['Timestamp'] = time();
$tmpdata['Token'] = '';
$tmpdata['Version'] = '2018-04-16';
$tmpdata['Description'] = 'Onedrive index and manager in SCF.';
$tmpdata['Description'] = 'Onedrive index and manager in Tencent SCF.';
$tmpdata['MemorySize'] = 64;
$tmpdata['Timeout'] = 30;
$data = ReorganizeDate($tmpdata);