POST api/Factory/GetLogin

“GetLogin”的文档。

Request Information

Parameters

NameDescriptionAdditional information
posdate
“posdate”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "topNumber": 2,
  "orderid": "sample string 3",
  "isSave": true,
  "orderids": "sample string 5",
  "dmspath": "sample string 6"
}

application/xml, text/xml

Sample:
<LoginF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Web.API.Controllers">
  <dmspath>sample string 6</dmspath>
  <isSave>true</isSave>
  <orderid>sample string 3</orderid>
  <orderids>sample string 5</orderids>
  <token>sample string 1</token>
  <topNumber>2</topNumber>
</LoginF>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginF'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 1",
  "Person": "sample string 2",
  "Mobile": "sample string 3",
  "QQ": "sample string 4",
  "Phone": "sample string 5",
  "Email": "sample string 6",
  "Address": "sample string 7",
  "AddTime": "2026-08-02T16:38:18.9448046+08:00",
  "IsLock": true,
  "TOKEN": "sample string 8"
}

application/xml, text/xml

Sample:
<WorkFactory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Model">
  <_address>sample string 7</_address>
  <_addtime>2026-08-02T16:38:18.9448046+08:00</_addtime>
  <_email>sample string 6</_email>
  <_id>1</_id>
  <_islock>true</_islock>
  <_mobile>sample string 3</_mobile>
  <_name>sample string 1</_name>
  <_person>sample string 2</_person>
  <_phone>sample string 5</_phone>
  <_qq>sample string 4</_qq>
  <_token>sample string 8</_token>
</WorkFactory>