We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53dc57 commit 3411dfcCopy full SHA for 3411dfc
src/modules/scf/interface.ts
@@ -371,7 +371,7 @@ export interface UpdateFunctionCodeOptions {
371
export interface GetRequestStatusOptions {
372
// 函数名称
373
functionName: string;
374
- // 请求 ID
+ // 请求ID
375
functionRequestId: string;
376
// 命名空间
377
namespace?: string;
@@ -388,7 +388,7 @@ export interface GetRequestStatusOptions {
388
functionName: string
389
390
/**
391
- * 需要查询状态的请求 id
+ * 需要查询状态的请求id
392
*/
393
functionRequestId: string
394
0 commit comments