master
elf 2 years ago
parent 6b66b89549
commit f73ed7ac55

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

Loading…
Cancel
Save