king
2020-06-16 6c16e43cd6521460c804391c042348dbb14086fc
src/templates/sharecomponent/treesettingcomponent/settingform/index.jsx
@@ -130,6 +130,8 @@
    
    _sParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000'
    _sParam.secretkey = Utils.encrypt(_sParam.LText, _sParam.timestamp)
    _sParam.open_key = Utils.encrypt(_sParam.secretkey, _sParam.timestamp, true) // 云端数据验证
    
    Api.getSystemConfig(_sParam).then(res => {
      if (res.status) {