diff --git a/platform/AliyunFC.php b/platform/AliyunFC.php index b3d7a77dbfeb7621e5e60974a76e55ec41adff20..81d2161d18abd79a91d097d95fb9e60df1c3d06b 100644 --- a/platform/AliyunFC.php +++ b/platform/AliyunFC.php @@ -299,7 +299,7 @@ function SetbaseConfig($Envs, $accountId, $region, $service_name, $function_name ksort($tmp_env); $tmpdata['functionName'] = $function_name; - $tmpdata['description'] = 'Onedrive index and manager in Ali FC.'; + $tmpdata['description'] = 'Onedrive index and manager in Aliyun FC.'; $tmpdata['memorySize'] = 128; $tmpdata['timeout'] = 30; $tmpdata['runtime'] = 'php7.2'; diff --git a/platform/HuaweiFG_env.php b/platform/HuaweiFG_env.php index 9e3af2f381d831a4fcd68132a3906acfd4356776..254f4d5a1f58ae1c22cafd674fce605c9742474e 100644 --- a/platform/HuaweiFG_env.php +++ b/platform/HuaweiFG_env.php @@ -366,6 +366,7 @@ function SetbaseConfig($Envs, $HW_urn, $HW_key, $HW_secret) $tmpdata['memory_size'] = 128; $tmpdata['runtime'] = 'PHP7.3'; $tmpdata['timeout'] = 30; + $tmpdata['description'] = 'Onedrive index and manager in Huawei FG.'; $tmpdata['user_data'] = json_encode($tmp_env); $req->body = json_encode($tmpdata); $curl = $signer->Sign($req); diff --git a/platform/HuaweiFG_file.php b/platform/HuaweiFG_file.php index 79a684ccbeb26bda092fd4f09b3f7a39901dba1f..5fa69da628c8ac86340e07b201db34d165e5d6a2 100644 --- a/platform/HuaweiFG_file.php +++ b/platform/HuaweiFG_file.php @@ -429,6 +429,7 @@ function SetbaseConfig($Envs, $HW_urn, $HW_key, $HW_secret) $tmpdata['memory_size'] = 128; $tmpdata['runtime'] = 'PHP7.3'; $tmpdata['timeout'] = 30; + $tmpdata['description'] = 'Onedrive index and manager in Huawei FG.'; $tmpdata['user_data'] = json_encode($envs); $req->body = json_encode($tmpdata); $curl = $signer->Sign($req); diff --git a/platform/TencentSCF_env.php b/platform/TencentSCF_env.php index fd4552ee4e166a2694c5852882cf33838206ee84..cbbe4f3738e1161625447d32fcbd0dbb0911b52c 100644 --- a/platform/TencentSCF_env.php +++ b/platform/TencentSCF_env.php @@ -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); diff --git a/platform/TencentSCF_file.php b/platform/TencentSCF_file.php index 416454addb5d69d4040e03bad623f8e69e52fe71..3ce3a0776de0596de7aab403db7971c1d7effd58 100644 --- a/platform/TencentSCF_file.php +++ b/platform/TencentSCF_file.php @@ -425,7 +425,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);