mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
fix(utils.sms): 修复了一处配置定义错误
This commit is contained in:
@@ -36,8 +36,8 @@ class SmsService
|
||||
$config = new Config();
|
||||
// 访问的域名
|
||||
$config->endpoint = "dysmsapi.aliyuncs.com";
|
||||
$config->accessKeyId = config('common.third.sms.aliyun.access_key_id');
|
||||
$config->accessKeySecret = config('common.third.sms.aliyun.access_key_secret');
|
||||
$config->accessKeyId = config('common.third_party.sms.aliyun.access_key_id');
|
||||
$config->accessKeySecret = config('common.third_party.sms.aliyun.access_key_secret');
|
||||
return new Dysmsapi($config);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user