From 00dcccee9c1e57b67504fb5b4e0c18afc464f01f Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 16 Apr 2022 10:49:08 +0800 Subject: [PATCH] add smallfileupload --- platform/TencentSCF_file.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/TencentSCF_file.php b/platform/TencentSCF_file.php index 606481f..8db3f4c 100644 --- a/platform/TencentSCF_file.php +++ b/platform/TencentSCF_file.php @@ -705,3 +705,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); +}