Commit 12a713a6 by mahaisong

fix:请求错误重试3次

parent 057ed2dc
using System;
using System;
......@@ -21,7 +21,7 @@ namespace GHHttpClient
// 2.对公钥进行RSA加密。(包括对数据加密)
// 3.对私钥解密。(用RSA签名验证签名)
public class CryptoUtil
{
private static AsymmetricKeyParameter publickKey;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment