Skip to content

Commit

Permalink
修改 聚合短信 网关中 对tpl_value值的编译 (overtrue#311)
Browse files Browse the repository at this point in the history
Co-authored-by: 勿念 <[email protected]>
  • Loading branch information
Shmily1995 and 勿念 authored Oct 26, 2021
1 parent b689b23 commit 3947b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/JuheGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ protected function formatTemplateVars(array $vars)
$formatted[sprintf('#%s#', trim($key, '#'))] = $value;
}

return http_build_query($formatted);
return urldecode(http_build_query($formatted));
}
}

0 comments on commit 3947b9b

Please sign in to comment.