You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
363 B
15 lines
363 B
|
|
name: 登录
|
|
base_url: ${ENV(AURL)}
|
|
request:
|
|
url: /login/admin/adminLogin
|
|
method: POST
|
|
headers:
|
|
Content-Type: "application/json;charset=UTF-8"
|
|
# X-APP-ID: "470236309865238555"
|
|
json:
|
|
phone: 13060994305
|
|
password: 9602BF7A8C5FEAB91385D1BB9EA70DF0
|
|
rememberMe: "null"
|
|
validate:
|
|
- eq: ["status_code", 200]
|