|
@@ -52,7 +52,7 @@ namespace MySystem.Controllers
|
|
|
public string test()
|
|
|
{
|
|
|
// string s = SetDepositPostService.Instance.LDZZBServiceFeeQuery("00007302225171000028");
|
|
|
- string s = SetDepositPostService.Instance.LDZZBServiceFee("00007302225171000029", 1);
|
|
|
+ string s = SetDepositPostService.Instance.LDZZBServiceFee("0000730222517E000019", 1);
|
|
|
// string s = SetDepositPostService.Instance.LDZZBFeeRate("00007302225171000028", 0.63M, 3M);
|
|
|
JsonData jsonObj = JsonMapper.ToObject(s);
|
|
|
string aesKey = jsonObj["encryptKey"].ToString();
|