指挥调度中心账号密码调整
This commit is contained in:
parent
9adf1ed58c
commit
9e26357f89
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue