Skip to content

Commit be8ad20

Browse files
committed
更新 d.ts
1 parent ae74133 commit be8ad20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,9 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
18501850
/** 请求里的 Body 参数 */
18511851
Body?: Body,
18521852
/** 请求的 API 动作接口(可理解为不带 = 的 Query 参数),如 acl、tagging、image_process 等 */
1853-
Action: Action
1853+
Action?: Action,
1854+
/** 请求url */
1855+
Url?: string,
18541856
}
18551857
/** Request 接口返回值 */
18561858
interface RequestResult extends GeneralResult {

0 commit comments

Comments
 (0)