mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 11:22:10 +08:00
first commit
This commit is contained in:
10
request/admin.http
Normal file
10
request/admin.http
Normal file
@@ -0,0 +1,10 @@
|
||||
### 登录
|
||||
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);
|
||||
#%}
|
||||
|
||||
8
request/http-client.env.json
Normal file
8
request/http-client.env.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"dev": {
|
||||
"host": "https://new-api-pre.hehele.cc"
|
||||
},
|
||||
"local": {
|
||||
"host": "http://127.0.0.1:9501"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user