|
@@ -259,7 +259,7 @@ public class InnerServiceImpl implements IInnerService {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("appId","ucenter");
|
|
|
jsonObject.put("timestamp",new Date().getTime());
|
|
|
- System.out.println(jsonObject);
|
|
|
+ System.out.println(RsaUtils.encipher(jsonObject.toJSONString(),"MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAIhRmrAqPCFYYkqdYbk5WahD2H4cdNcTWdExA2X73gB+u3YPkoguau7Qa2en3lSJK2KXdYz1uztKrGgaNDY1AnsCAwEAAQ=="));
|
|
|
}
|
|
|
|
|
|
|