Open manjaoe opened 3 months ago
后端参数是Long类型,openapi生成的接口是number类型。由于精度问题转成string类型传给后端。如何让openapi生成接口时就是string类型?即openapi生成接口时把Long类型映射为string类型
🧐 问题描述 | Problem description
后端参数是Long类型,openapi生成的接口是number类型。由于精度问题转成string类型传给后端。如何让openapi生成接口时就是string类型?即openapi生成接口时把Long类型映射为string类型