From 0e4dfd9e5d3464fe824135350cd4040d6d7e4ac7 Mon Sep 17 00:00:00 2001 From: ASUS <515617283@qq.com> Date: Fri, 17 Oct 2025 16:41:00 +0800 Subject: [PATCH] shop_id --- app/model/AlibabaSms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/model/AlibabaSms.php b/app/model/AlibabaSms.php index 2127e3b..46607b1 100644 --- a/app/model/AlibabaSms.php +++ b/app/model/AlibabaSms.php @@ -46,7 +46,7 @@ class AlibabaSms extends Model public static function main($args){ Log::info('最终发送短信--' . json_encode($args, 256)); - return ['Code' => 111, 'BizId' => 123]; + return ['Code' => 'OK', 'BizId' => 123]; $client = self::createClient(); $sendSmsRequest = new SendSmsRequest($args); $runtime = new RuntimeOptions([]);