refactor: 初步fileApi就绪

This commit is contained in:
手瓜一十雪
2024-08-09 17:12:57 +08:00
parent 917a179128
commit 26cb728e9c
9 changed files with 84 additions and 80 deletions

View File

@@ -17,7 +17,6 @@ export class CreateCollection extends BaseAction<Payload, any> {
PayloadSchema = SchemaData;
protected async _handle(payload: Payload) {
return await this.CoreContext.getApiContext().CollectionApi.createCollection(
this.CoreContext.selfInfo.uin,
this.CoreContext.selfInfo.uid,
this.CoreContext.selfInfo.nick,