POST Account/GetPhoneAccount

请求信息

URI 参数

None.

Body 参数

LoginPhoneParameter
名称描述类型附加信息
Phone

string

None.

PhoneCode

string

None.

请求格式

application/json, text/json

Sample:
{
  "Phone": "sample string 1",
  "PhoneCode": "sample string 2"
}

application/xml, text/xml

Sample:
<LoginPhoneParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels.Account">
  <Phone>sample string 1</Phone>
  <PhoneCode>sample string 2</PhoneCode>
</LoginPhoneParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

ApiJsonBaseOfListOfSelectAccount
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

Collection of SelectAccount

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": [
    {
      "Account": "sample string 1",
      "AccountId": "4bf523e6-fecc-4962-9005-b3f29565c9be",
      "Password": "sample string 3",
      "Type": 4,
      "ManuName": "sample string 5",
      "IsLastLogin": true,
      "ImgUrl": "sample string 7"
    },
    {
      "Account": "sample string 1",
      "AccountId": "4bf523e6-fecc-4962-9005-b3f29565c9be",
      "Password": "sample string 3",
      "Type": 4,
      "ManuName": "sample string 5",
      "IsLastLogin": true,
      "ImgUrl": "sample string 7"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfArrayOfSelectAccountn_PUTc8Nr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
    <d2p1:SelectAccount>
      <d2p1:Account>sample string 1</d2p1:Account>
      <d2p1:AccountId>4bf523e6-fecc-4962-9005-b3f29565c9be</d2p1:AccountId>
      <d2p1:ImgUrl>sample string 7</d2p1:ImgUrl>
      <d2p1:IsLastLogin>true</d2p1:IsLastLogin>
      <d2p1:ManuName>sample string 5</d2p1:ManuName>
      <d2p1:Password>sample string 3</d2p1:Password>
      <d2p1:Type>4</d2p1:Type>
    </d2p1:SelectAccount>
    <d2p1:SelectAccount>
      <d2p1:Account>sample string 1</d2p1:Account>
      <d2p1:AccountId>4bf523e6-fecc-4962-9005-b3f29565c9be</d2p1:AccountId>
      <d2p1:ImgUrl>sample string 7</d2p1:ImgUrl>
      <d2p1:IsLastLogin>true</d2p1:IsLastLogin>
      <d2p1:ManuName>sample string 5</d2p1:ManuName>
      <d2p1:Password>sample string 3</d2p1:Password>
      <d2p1:Type>4</d2p1:Type>
    </d2p1:SelectAccount>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfArrayOfSelectAccountn_PUTc8Nr>