|
@@ -53,13 +53,20 @@ namespace MySystem.Controllers
|
|
|
{
|
|
{
|
|
|
// string s = SetDepositPostService.Instance.LDZZBServiceFeeQuery("00007302225171000028");
|
|
// string s = SetDepositPostService.Instance.LDZZBServiceFeeQuery("00007302225171000028");
|
|
|
// string s = SetDepositPostService.Instance.LDZZBServiceFee("0000730222517E000019", 1);
|
|
// string s = SetDepositPostService.Instance.LDZZBServiceFee("0000730222517E000019", 1);
|
|
|
- string s = SetDepositPostService.Instance.LDZZBFeeRate("825815174643591", 0.63M, 0);
|
|
|
|
|
- // string s = SetDepositPostService.Instance.LDZZBFeeRateQuery("825815174643591");
|
|
|
|
|
- JsonData jsonObj = JsonMapper.ToObject(s);
|
|
|
|
|
- string aesKey = jsonObj["encryptKey"].ToString();
|
|
|
|
|
- aesKey = SetDepositPostService.Instance.LDZZBDecrypt(aesKey);
|
|
|
|
|
- string content = SetDepositPostService.Instance.AesDecrypt(jsonObj["data"].ToString(), aesKey);
|
|
|
|
|
- return content;
|
|
|
|
|
|
|
+ // string s = SetDepositPostService.Instance.LDZZBFeeRate("825815174643591", 0.63M, 0);
|
|
|
|
|
+ // // string s = SetDepositPostService.Instance.LDZZBFeeRateQuery("825815174643591");
|
|
|
|
|
+ // JsonData jsonObj = JsonMapper.ToObject(s);
|
|
|
|
|
+ // string aesKey = jsonObj["encryptKey"].ToString();
|
|
|
|
|
+ // aesKey = SetDepositPostService.Instance.LDZZBDecrypt(aesKey);
|
|
|
|
|
+ // string content = SetDepositPostService.Instance.AesDecrypt(jsonObj["data"].ToString(), aesKey);
|
|
|
|
|
+ // return content;
|
|
|
|
|
+ // string s = PublicImportDataService.Instance.LkbSetFee("00003102702301319427698", 0.63M, 0);
|
|
|
|
|
+ // JsonData jsonObj = JsonMapper.ToObject(s);
|
|
|
|
|
+ // string data = jsonObj["data"].ToString();
|
|
|
|
|
+ // data = PublicImportDataService.Instance.LkbDecrypt(data);
|
|
|
|
|
+ // return s + "\n<br>" + data;
|
|
|
|
|
+
|
|
|
|
|
+ return "ok";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|