{ "info": { "_postman_id": "0d464ada-cc15-4b2f-a0b7-5ee5fc690c39", "name": "epp", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "UserProvider", "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": "AccessProvider", "item": [ { "name": "[微服务] 获取用户进出码信息", "request": { "method": "POST", "header": [], "url": { "raw": "http://localhost:8002/access/code/getCodeInfo?id=1", "protocol": "http", "host": [ "localhost" ], "port": "8002", "path": [ "access", "code", "getCodeInfo" ], "query": [ { "key": "id", "value": "1" } ] } }, "response": [] }, { "name": "[线上] 获取用户进出码信息", "request": { "method": "POST", "header": [], "url": { "raw": "https://epp.only4.work/access/code/getCodeInfo?id=1", "protocol": "https", "host": [ "epp", "only4", "work" ], "path": [ "access", "code", "getCodeInfo" ], "query": [ { "key": "id", "value": "1" } ] } }, "response": [] }, { "name": "[微服务] 获取微信小程序AccessToken", "request": { "method": "GET", "header": [], "url": { "raw": "http://localhost:8002/access/wechat/getAccessToken", "protocol": "http", "host": [ "localhost" ], "port": "8002", "path": [ "access", "wechat", "getAccessToken" ] } }, "response": [] } ] } ] }