@WIDESEAWCS_Server_HostAddress = http://localhost:8099
|
# For more info on HTTP files go to https://aka.ms/vs/httpfile
|
|
GET {{WIDESEAWCS_Server_HostAddress}}/api/Scheduler/StartSchedule
|
Authorization: {{$apiKey}}
|
|
###
|
|
POST {{WIDESEAWCS_Server_HostAddress}}/api/User/getVierificationCode
|
Cntent-Type: application/json
|
|
###
|
|
# @name Login
|
POST {{WIDESEAWCS_Server_HostAddress}}/api/User/login
|
Content-Type: application/json
|
Accept: application/json
|
|
{
|
"UserName":"admin",
|
"Password": "123456"
|
}
|
|
###
|