1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
Signed-off-by: lecjy <565572696@qq.com>
This commit is contained in:
lecjy 2024-03-22 21:59:38 +08:00
parent 9f536ec045
commit e07ebda3db

View File

@ -40,14 +40,14 @@
"raw": "" "raw": ""
}, },
"url": { "url": {
"raw": "http://{{IP}}:{{PORT}}/tokens?username=admin&password=admin1234", "raw": "http://{{IP}}:{{PORT}}/auth/token/bearer?username=admin&password=admin1234",
"protocol": "http", "protocol": "http",
"host": [ "host": [
"{{IP}}" "{{IP}}"
], ],
"port": "{{PORT}}", "port": "{{PORT}}",
"path": [ "path": [
"tokens" "/auth/token/bearer"
], ],
"query": [ "query": [
{ {