提交 8757068a 编写于 作者: C chenruilong

docs: update uni-cloud-s2s.md

上级 5f6f0e57
......@@ -359,7 +359,7 @@ const sign = crypto.createHmac('sha256', signKey).update(timestamp+'\n'+payloadS
#### php
```php
$sign = hash_hmac('sha256', ((string)$timestamp . $payloadStr), $signKey);
$sign = hash_hmac('sha256', ((string)$timestamp . "\n" . $payloadStr), $signKey);
```
#### java
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册