{ "info": { "_postman_id": "49f8ed45-d86b-49c7-92cf-1fe0f8aec17b", "name": "blade", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "blade获取token", "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Basic c2FiZXI6c2FiZXJfc2VjcmV0", "type": "text" }, { "key": "Tenant-id", "value": "428835", "type": "text", "disabled": true } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "username", "value": "admin", "type": "text" }, { "key": "password", "value": "21232f297a57a5a743894a0e4a801fc3", "type": "text" }, { "key": "grant_type", "value": "password", "type": "text" }, { "key": "tenantId", "value": "000000", "type": "text" }, { "key": "scope", "value": "all", "type": "text" } ] }, "url": { "raw": "http://localhost:8881/blade-auth/oauth/token", "protocol": "http", "host": [ "localhost" ], "port": "8881", "path": [ "blade-auth", "oauth", "token" ] } }, "response": [] } ] }