Skip to content

Commit

Permalink
upd:d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Nov 16, 2021
1 parent 00e4e69 commit 07d9134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
Action?: Action,
/** 请求url */
Url?: string,
/** 返回值body是否不需要解析 */
RawBody?: boolean,
}
/** Request 接口返回值 */
interface RequestResult extends GeneralResult {
Expand Down

0 comments on commit 07d9134

Please sign in to comment.