提交 d6814c9b 编写于 作者: F Five Percent 提交者: 安正超

fix nationcode spell error. (#82)

上级 250be876
......@@ -56,7 +56,7 @@ class QcloudGateway extends Gateway
{
$params = [
'tel' => [
'nationcode' => $message->getData($this)['notioncode'] ?? '86',
'nationcode' => $message->getData($this)['nationcode'] ?? '86',
'mobile' => $to,
],
'type' => $message->getData($this)['type'] ?? 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册