src/api/index.js
@@ -1032,6 +1032,14 @@ param.data_md5 = param.data_md5 || '' param.time_limit = param.time_limit || 0 param.data.forEach(item => { item.exps.forEach(cell => { if (typeof(cell.value) === 'number') { cell.value = cell.value + '' } }) }) param = this.encryptParam(param) return new Promise((resolve) => {