diff --git a/platform/TencentSCF_env.php b/platform/TencentSCF_env.php index ff5fd4f..7ba565d 100644 --- a/platform/TencentSCF_env.php +++ b/platform/TencentSCF_env.php @@ -662,3 +662,7 @@ function changeAuthKey() { '; return message($html, 'Change platform Auth token or key', 200); } + +function smallfileupload($drive, $path) { + return output('Can not upload through SCF.', 400); +}