Skip to content

Commit 3f88b0e

Browse files
committed
fix: createSuperFile need resolve path
1 parent 3f24482 commit 3f88b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/pcs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export class PCSClient {
297297
params: {
298298
method: 'createsuperfile',
299299
access_token: this.token,
300-
path,
300+
path: this.resolve(path),
301301
param: JSON.stringify(param),
302302
},
303303
});

0 commit comments

Comments
 (0)