lrf 8 hónapja
szülő
commit
33ea85f902
1 módosított fájl, 0 hozzáadás és 14 törlés
  1. 0 14
      src/service/user.service.ts

+ 0 - 14
src/service/user.service.ts

@@ -1,14 +0,0 @@
-import { Provide } from '@midwayjs/core';
-import { IUserOptions } from '../interface';
-
-@Provide()
-export class UserService {
-  async getUser(options: IUserOptions) {
-    return {
-      uid: options.uid,
-      username: 'mockedName',
-      phone: '12345678901',
-      email: 'xxx.xxx@xxx.com',
-    };
-  }
-}