From 53b5bc9e45d438fcfb0e99eb93c48535f245514b Mon Sep 17 00:00:00 2001 From: filesite Date: Thu, 7 Aug 2025 01:06:57 +0800 Subject: [PATCH] aliyun sms function disabled --- themes/tajian/controller/FrontapiController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tajian/controller/FrontapiController.php b/themes/tajian/controller/FrontapiController.php index 6d304a3..046be25 100644 --- a/themes/tajian/controller/FrontapiController.php +++ b/themes/tajian/controller/FrontapiController.php @@ -685,8 +685,8 @@ eof; //$res_query = $this->request($api_query, json_encode($params), $timeout, $pc, $headers); //由于aliyun短信功能不再支持个人身份开通,关闭短信验证码发送功能 $res_query = array( - 'code' => 1, - 'rescode' => 2, + 'status' => 200, + 'result' => '{"code":1, "rescode":2}', ); if (!empty($res_query) && $res_query['status'] == 200) { $resData = json_decode($res_query['result'], true);