From 07d9134de31dc79c364f3535e3d15f3a509fa3f5 Mon Sep 17 00:00:00 2001 From: chrisftian Date: Tue, 16 Nov 2021 16:05:01 +0800 Subject: [PATCH] =?UTF-8?q?upd=EF=BC=9Ad.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 7daa2b7..1f21cbc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1846,6 +1846,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */ Action?: Action, /** 请求url */ Url?: string, + /** 返回值body是否不需要解析 */ + RawBody?: boolean, } /** Request 接口返回值 */ interface RequestResult extends GeneralResult {