

























在项目中创建 .http文件
@RailCDE_HostAddress = http://localhost:8092/railback
# @RailCDE_HostAddress = http://localhost:8092
### swagger 接口列表
GET {{RailCDE_HostAddress}}/swagger/index.html
Accept: application/json
### health 健康检查
GET {{RailCDE_HostAddress}}/health
Accept: application/json
### OpenID Connect 鉴权配置信息
GET {{RailCDE_HostAddress}}/.well-known/openid-configuration
Accept: application/json
### 获取访问令牌 - 密码模式
POST {{RailCDE_HostAddress}}/connect/token
Content-Type: application/x-www-form-urlencoded
grant_type=password&client_id=Project_App&client_secret=1q2w3e*&username=lisi&password=123456&scope=Project
### grant_type=password&client_id=Project_App&client_secret=1q2w3e*&username=admin&password=Pass*N100&scope=Project
end .
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。