king
2020-09-04 b987be8dd8b6bc1fa01810daa1e1a60e58a3c921
src/tabviews/formtab/actionList/index.jsx
@@ -151,7 +151,7 @@
      }
      if (this.props.menuType === 'HS' && param.timestamp) { // 云端验证
        param.open_key = Utils.encrypt(param.secretkey, param.timestamp, true)
        param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp)
      }
      Api.genericInterface(param).then((res) => {