POST api/User/LoginUserByQQ?name={name}&password={password}&pcState={pcState}

QQ绑定已有的网站账号

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

已有账号用户名

string

Required

password

已有账号密码

string

Required

pcState

从pc传入的state

string

Default value is

Body Parameters

QQ注册会员对象

QQRegisterUserDto
NameDescriptionTypeAdditional information
QQKey

qq互联OpenId

string

None.

NickName

昵称

string

None.

HeadImgUrl

用户头像

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<QQRegisterUserDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.User">
  <HeadImgUrl>sample string 3</HeadImgUrl>
  <NickName>sample string 2</NickName>
  <QQKey>sample string 1</QQKey>
</QQRegisterUserDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QQ绑定已有的网站账号

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />