This commit is contained in:
parent
7560486731
commit
e6ebb7372b
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user