dev
This commit is contained in:
parent
16db9655bf
commit
b355048d77
|
|
@ -19,7 +19,7 @@ public class AuthController extends BaseController {
|
||||||
String ciphertext = parmsUtil.getString("ciphertext", "请输入密文");
|
String ciphertext = parmsUtil.getString("ciphertext", "请输入密文");
|
||||||
String data= RsaUtil.decryp(ciphertext);
|
String data= RsaUtil.decryp(ciphertext);
|
||||||
config.set("common","cert",ciphertext);
|
config.set("common","cert",ciphertext);
|
||||||
return success(JSONObject.parseObject(data));
|
return success();
|
||||||
}
|
}
|
||||||
@RequestMapping("set")
|
@RequestMapping("set")
|
||||||
public Result<JSONObject> get() {
|
public Result<JSONObject> get() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue