SSPanel 面板修改加密方法

$.ajax({
  type: 'POST',
  url: '/user/method',
  dataType: 'json',
  data: {
    method: 'aes-128-gcm'
  },
})