long-woo / stc

🔧 A tool for converting OpenApi/Swagger/Apifox into code.

Home Page:https://stc.deno.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

路径方法会被覆盖 Reset api path method was overwritten

frezs opened this issue · comments

期望以下两个接口都能正常生成:

It is expected that the following two interfaces will be generated normally:

get /wp/v2/posts
get /wp/v2/posts/{id} 

结果: 最后一个动态参数的路径方法会覆盖上面的方法

Result: The path method of the last dynamic parameter overrides the method above

#52 修复了此问题