Closed zlyyyy closed 9 months ago
我的做法是,要做两个处理:
// pont-config.json
"fetchMethodPath": "./request"
// request.ts import axios from 'axios';
export default async function (url: string): Promise
2. nestjs的接口声明的tag,修改为或者增加一个英文tag
... @ApiTags('登录模块', 'Login') @Controller() export class LoginController { constructor(private loginService: LoginService, private utils: UtilService) {} ...
What happens(发生了什么)?
swagger3.0接口数据如下,生成的lock文件中mods为空,service列表也没有
A clear and concise description of what the bug is(对错误的清晰而简明的描述).
Mini Showcase Repository(迷你展示库)
How To Reproduce(如何重现)
Steps to reproduce the behavior(重现行为的步骤): 1. 2.
Expected behavior(预期行为) 1. 2.
Context(上下文)