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) => {