开测试短信
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
haomingming 2025-12-30 17:04:36 +08:00
parent 7560486731
commit e6ebb7372b

View File

@ -74,10 +74,10 @@ class Dysms
public static function sendSms(string $phone_numbers,array $template_param,string $template_code,string $scene_desc = ""): void
{
try {
$app_env = config('app_env','dev');
if ($app_env == "dev"){
return;
}
// $app_env = config('app_env','dev');
// if ($app_env == "dev"){
// return;
// }
$config = config("alibaba.dysms");