指挥调度中心账号密码调整

This commit is contained in:
夏菊 2025-05-26 09:01:16 +08:00
parent 9adf1ed58c
commit 9e26357f89
2 changed files with 8 additions and 4 deletions

View File

@ -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<dynamic>(res1);
string data = j1.data;

View File

@ -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<dynamic>(res1);
// string data = j1.data;