From 02c4101e313ab74a27d07626bd89444cae2cde2a Mon Sep 17 00:00:00 2001 From: zhaoke Date: Thu, 1 Dec 2022 09:16:13 +0000 Subject: [PATCH] * Fix bug --- framework/api/helper.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/api/helper.class.php b/framework/api/helper.class.php index b505189138..f24358735e 100644 --- a/framework/api/helper.class.php +++ b/framework/api/helper.class.php @@ -214,6 +214,7 @@ class helper extends baseHelper } return common::getSysURL() . $link; } +} /** * 检查是否是onlybody模式。