Commit 19bc2799 by LIDINGDA\ldd

1.修改非冲正请求的错误返回提示

parent eeb33faa
No preview for this file type
......@@ -521,6 +521,11 @@ __declspec(dllexport) int _stdcall GetValue(char *indata, char *outdata)
goto endflag;
}
if(ssign == -1 && needrbk == 0)
{
goto endflag;
}
if(ssign == 1 && global_info.useRSA == 1 && CheckRSASign() == 0)
{
LOG() << "Check RSA && server return json failed";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment