From 9e26357f890279aba88af1e9d3284eda84fa37d5 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Mon, 26 May 2025 09:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=8C=A5=E8=B0=83=E5=BA=A6=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/ZHDD/ZHDD.aspx.cs | 6 ++++-- SGGL/FineUIPro.Web/indexProject.aspx.cs | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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;