Commit b8380795 authored by chuwanshun's avatar chuwanshun

更新乱码

parent f1fbbf65
......@@ -28,6 +28,7 @@ public class SearchContrllor {
public RestAPIResult<Object> query(String sign) throws Exception {
Map<String, Object> params = RSAEncryptUtil.resolveParamsForSign(sign, secretKeyService.getById(2));
String id = MapUtils.getString(params, "id");
//String id = "CN86105552";
RestAPIResult<Object> panResult = new RestAPIResult<Object>(secretKeyService);
Map<String, Object> result = null;
if(StringUtils.isNotBlank(id)) {
......
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