Skip to content

Commit

Permalink
Fixed overtrue#312
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Nov 2, 2021
1 parent 3947b9b commit 1409377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/QcloudGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function send(PhoneNumberInterface $to, MessageInterface $message, Config
],
'SmsSdkAppId' => $this->config->get('sdk_app_id'),
'SignName' => $signName,
'TemplateId' => $message->getTemplate($this),
'TemplateId' => (string) $message->getTemplate($this),
'TemplateParamSet' => array_values($data),
];

Expand Down

0 comments on commit 1409377

Please sign in to comment.