Skip to content

Commit 5e5012a

Browse files
author
chengliangzhang
committed
dll文件更新
1 parent 633045b commit 5e5012a

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

libs/pingpp.dll

0 Bytes
Binary file not shown.

pingpp/Net/Requestor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ internal class Requestor : Pingpp
1717
{
1818
internal static HttpWebRequest GetRequest(string path, string method, string timestamp, string sign)
1919
{
20-
Console.WriteLine(ApiBase + path);
2120
var request = (HttpWebRequest)WebRequest.Create(ApiBase + path);
2221
request.Headers.Add("Authorization", string.Format("Bearer {0}", ApiKey));
2322
request.Headers.Add("Pingplusplus-Version", ApiVersion);

0 commit comments

Comments
 (0)