Commit 7dfccd4e authored by 张庆's avatar 张庆

请求参数

parent 92097ab0
......@@ -64,7 +64,6 @@ public class AbcHttpClient {
ZyHttpBaseResponse zyHttpBaseResponse = JSONObject.parseObject(body, ZyHttpBaseResponse.class);
//成功
if (zyHttpBaseResponse.getReturnCode().equals("0000")) {
JSONObject responseJson = JSONObject.parseObject(body);
String data = zyHttpBaseResponse.getData();
String sign = zyHttpBaseResponse.getSign();
boolean f = SignUtil.veriSign(data, sign, AbcRsaUtil.getPublicKey(ypdPublicKey));
......
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