保存
This commit is contained in:
@@ -191,11 +191,11 @@ class StorageSDKImpl extends SDKBase implements StorageSDK {
|
||||
}
|
||||
|
||||
async get<T = any>(key: string): Promise<APIResponse<T | null>> {
|
||||
return this.wrapResponse(this.sendToSystem('storage.get', { key }))
|
||||
return this.wrapResponse(this.sendToSystem('storage.getWindowForm', { key }))
|
||||
}
|
||||
|
||||
async remove(key: string): Promise<APIResponse<boolean>> {
|
||||
return this.wrapResponse(this.sendToSystem('storage.remove', { key }))
|
||||
return this.wrapResponse(this.sendToSystem('storage.removeWindowForm', { key }))
|
||||
}
|
||||
|
||||
async clear(): Promise<APIResponse<boolean>> {
|
||||
|
||||
Reference in New Issue
Block a user