POST api/User/GetTelephone

获取用户手机号,微信接口

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/x-www-form-urlencoded

Sample:

Sample not available.

text/plain

Sample:

Sample not available.

Response Information

Resource Description

获取用户手机号,微信接口

CommonOutDtoOfWeiXinPhoneInfo
NameDescriptionTypeAdditional information
code

CommonOutCode

None.

data

WeiXinPhoneInfo

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 0,
  "data": {
    "watermark": {},
    "phoneNumber": "sample string 1",
    "purePhoneNumber": "sample string 2",
    "countryCode": "sample string 3"
  },
  "message": "sample string 1"
}