From 09c276f33af561a0634b07b8e8b43d484ea54825 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 16 Apr 2022 10:48:22 +0800 Subject: [PATCH] add smallfileupload --- platform/TencentSCF_env.php | 4 ++++ 1 file changed, 4 insertions(+) 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); +}