chenshuai2144 / openapi2typescript

一个被大范围使用的小工具
322 stars 138 forks source link

fix upload file #6

Closed wilds closed 3 years ago

wilds commented 3 years ago

fix generation of source when you have a file parameter.

When you have a file to upload, it is represented by a parameter in the body in binary or base64 format.