docs: 完善文档

This commit is contained in:
Fu Diwei
2023-04-11 15:42:49 +08:00
parent 7f214e170c
commit 78a679001c
5 changed files with 101 additions and 34 deletions

View File

@@ -11,7 +11,7 @@
```csharp
string data = "拼接好的验签数据";
string sign = "待验证的签名";
string tbepPublicKey = "腾讯微企付公钥";
string tbepPublicKey = "微企付公钥";
bool ret = RSAUtility.VerifyWithSHA256(tbepPublicKey, data, sign);
```