Closed here-ted closed 3 months ago
网关路由配置:
- id: api-account uri: lb://api-account predicates: - Path=${server.api.source}/api-account/**
cool-request 请求的Environment选择api-account, 地址变成:http://localhost:8200/h5/api-account/**/login 正确地址应该是:http://localhost:8200/h5/api-account/login
http://localhost:8200/h5/api-account/**/login
http://localhost:8200/h5/api-account/login
下个版本优化
新版本发布,可在仓库下载
网关路由配置:
cool-request 请求的Environment选择api-account, 地址变成:
http://localhost:8200/h5/api-account/**/login
正确地址应该是:http://localhost:8200/h5/api-account/login