Skip to content

Commit

Permalink
add:report参数 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsnake authored Mar 27, 2023
1 parent 5171726 commit a920c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Gateways/Chuanglanv1Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public function send(PhoneNumberInterface $to, MessageInterface $message, Config

$params = [
'account' => $config->get('account'),
'password' => $config->get('password')
'password' => $config->get('password'),
'report' => $config->get('needstatus') ?? false
];

if (86 != $IDDCode) {
Expand Down

0 comments on commit a920c50

Please sign in to comment.