Default Changelist

This commit is contained in:
xl
2023-11-07 16:29:44 +08:00
parent 1a78bdb173
commit e0d1811a00
2 changed files with 6 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@ trait WxV3PaymentTait
$rand = md5(random_bytes(32));
$time = time();
var_dump($body);
$message = sprintf("%s\n%s\n%d\n%s\n%s\n", $http_method, $canonical_url, $time, $rand, $body);
$sign = $this->openssl_signature($message);