Commit c7e77b13 by guanzhenshan

修复url请求的bug

parent a7948f8b
......@@ -59,9 +59,9 @@ namespace Bailun.DC.DailyPlatformAccountBalance
public void Init()
{
url += "?pagesize=100000";
var _url = url+"?pagesize=100000";
var str = Common.HttpHelper.NetHelper.Request(url);
var str = Common.HttpHelper.NetHelper.Request(_url);
var json = Newtonsoft.Json.JsonConvert.DeserializeObject<RequestResult>(str);
......
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