master
elf 2 years ago
parent 648ad4f156
commit d26e65e559

@ -52,7 +52,7 @@ class Request
'timestamp' => $this->timestamp,
'nonce_str' => $this->nonceStr,
'sign_type' => $this->signType,
'content' => $this->content,
'content' => json_encode($this->content),
];
$params[Sign::SIGN_KEY] = Sign::generate($params, $this->secretKey);
return $params;

Loading…
Cancel
Save