POST api/Account/WorkWeixinLogin

Request Information

URI Parameters

None.

Body Parameters

WorkWeixinLoginModel
NameDescriptionTypeAdditional information
Code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PermissionUserResultModel
NameDescriptionTypeAdditional information
ID

integer

None.

Token

string

None.

Phone

string

None.

Password

string

None.

HasCreateBuilderFunction

boolean

None.

ShowConstructor

boolean

None.

ShowWarehouse

boolean

None.

IsWarehouseOperator

boolean

None.

TenantId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Token": "sample string 2",
  "Phone": "sample string 3",
  "Password": "sample string 4",
  "HasCreateBuilderFunction": true,
  "ShowConstructor": true,
  "ShowWarehouse": true,
  "IsWarehouseOperator": true,
  "TenantId": 1
}