Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/modules/scf/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export interface UpdateFunctionCodeOptions {
export interface GetRequestStatusOptions {
// 函数名称
functionName: string;
// 请求 ID
// 请求ID
functionRequestId: string;
// 命名空间
namespace?: string;
Expand All @@ -388,7 +388,7 @@ export interface GetRequestStatusOptions {
functionName: string

/**
* 需要查询状态的请求 id
* 需要查询状态的请求id
*/
functionRequestId: string

Expand Down