diff --git a/SGGL/FineUIPro.Web/ZHDD/ZHDD.aspx.cs b/SGGL/FineUIPro.Web/ZHDD/ZHDD.aspx.cs index 303f14d4..e4cc2fc3 100644 --- a/SGGL/FineUIPro.Web/ZHDD/ZHDD.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHDD/ZHDD.aspx.cs @@ -23,8 +23,10 @@ namespace FineUIPro.Web.ZHDD { if (!IsPostBack) { - string username = "rdys_test"; - string password = "Runde.2024"; + //string username = "rdys_test"; + //string password = "Runde.2024"; + string username = "合肥诺必达"; + string password = "Hf123456@"; var res1 = APIGetHttpService.Http("https://caps.runde.pro/api/index.php?ctl=tool&act=get_pkey&user_name=" + username + "&pwd=" + password, "POST"); var j1 = JsonConvert.DeserializeObject(res1); string data = j1.data; diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs index cb87cef0..7223ab24 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx.cs +++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs @@ -863,8 +863,10 @@ namespace FineUIPro.Web //{ // get // { - // string username = "rdys_test"; - // string password = "Runde.2024"; + // //string username = "rdys_test"; + // //string password = "Runde.2024"; + // string username = "合肥诺必达"; + // string password = "Hf123456@"; // var res1 = APIGetHttpService.Http("https://caps.runde.pro/api/index.php?ctl=tool&act=get_pkey&user_name=" + username + "&pwd=" + password, "POST"); // var j1 = JsonConvert.DeserializeObject(res1); // string data = j1.data;