调试短信

This commit is contained in:
liu 2024-06-26 16:11:56 +08:00
parent a2da972b9b
commit 4cb0f02df1

View File

@ -75,7 +75,7 @@ class SmsService
return false;
}
}catch(NoGatewayAvailableException $e){
throw new BusinessException($e->getMessage());
throw new BusinessException($e->getExceptions());
}
}