fix
This commit is contained in:
@@ -5,7 +5,7 @@ import axios from 'axios';
|
||||
|
||||
// 配置
|
||||
const config = {
|
||||
input: process.env.OPENAPI_URL || 'http://192.168.0.127:8010/openapi.json', // OpenAPI规范URL
|
||||
input: process.env.OPENAPI_URL || 'https://bowongai--glam-api-fastapi-app.modal.run/openapi.json', // OpenAPI规范URL
|
||||
output: './src/api', // 生成的API代码输出目录
|
||||
client: 'axios', // 使用axios作为HTTP客户端
|
||||
useOptions: true,
|
||||
|
||||
Reference in New Issue
Block a user