{ "info": { "_postman_id": "0d464ada-cc15-4b2f-a0b7-5ee5fc690c39", "name": "epp", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "用户登录 微服务域名", "request": { "method": "POST", "header": [], "url": { "raw": "http://localhost:8001/user/login?username=root&password=63a9f0ea7bb98050796b649e85481845", "protocol": "http", "host": [ "localhost" ], "port": "8001", "path": [ "user", "login" ], "query": [ { "key": "username", "value": "root" }, { "key": "password", "value": "63a9f0ea7bb98050796b649e85481845" } ] } }, "response": [] }, { "name": "获取用户进出码信息 微服务域名", "request": { "method": "POST", "header": [], "url": { "raw": "http://localhost:8002/access/getCodeInfo?id=1", "protocol": "http", "host": [ "localhost" ], "port": "8002", "path": [ "access", "getCodeInfo" ], "query": [ { "key": "id", "value": "1" } ] } }, "response": [] }, { "name": "获取用户进出码信息 线上域名", "request": { "method": "POST", "header": [], "url": { "raw": "http://epp.only4.work/access/getCodeInfo?id=1", "protocol": "http", "host": [ "epp", "only4", "work" ], "path": [ "access", "getCodeInfo" ], "query": [ { "key": "id", "value": "1" } ] } }, "response": [] } ] }