Skip to content

Commit 07d9134

Browse files
committed
upd:d.ts
1 parent 00e4e69 commit 07d9134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1846,6 +1846,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
18461846
Action?: Action,
18471847
/** 请求url */
18481848
Url?: string,
1849+
/** 返回值body是否不需要解析 */
1850+
RawBody?: boolean,
18491851
}
18501852
/** Request 接口返回值 */
18511853
interface RequestResult extends GeneralResult {

0 commit comments

Comments
 (0)