POST api/PersonalTest/Questions

得到测试题

Request Information

Parameters

NameDescriptionAdditional information
data

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "password": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": {}
}