mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 15:57:50 +08:00
11 lines
199 B
HTTP
11 lines
199 B
HTTP
### 登录
|
|
POST {{host}}/admin/login/login
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
username=admin&password=admin
|
|
|
|
#> {%
|
|
# client.global.set("admin_token", response.body.data.token);
|
|
#%}
|
|
|