From 58e9865b70e41197c2ab75c46a775fc45d6efa6e Mon Sep 17 00:00:00 2001 From: overwriter <9856mmm@gmail.com> Date: Sat, 29 Jun 2024 16:50:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbatch=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=EF=BC=9Beapi?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=EF=BC=8C=E4=BC=A0=E5=85=A5e=5Fr:=20true?= =?UTF-8?q?=EF=BC=8C=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=E4=BC=9A=E8=A2=AB?= =?UTF-8?q?=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/batch.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/batch.js b/module/batch.js index 576dde5..669c6fc 100644 --- a/module/batch.js +++ b/module/batch.js @@ -2,9 +2,7 @@ const createOption = require('../util/option.js') module.exports = (query, request) => { - const data = { - e_r: true, - } + const data = {} Object.keys(query).forEach((i) => { if (/^\/api\//.test(i)) { data[i] = query[i]