import { Controller } from '../../src/base/controller'; import { bp } from '../../src/blueprint'; @bp.restfulClass('/haha') export default class photo extends Controller { async Get() { this.ctx.body = 'good!' const a: any = undefined; a.skkj; } }