GET api/{area}/User/GetNewShareWxQrCode?aid={aid}&wxopenid={wxopenid}&hasCode={hasCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| wxopenid | string |
Required |
|
| hasCode | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ShareInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| avatarUrl | string |
None. |
|
| nickName | string |
None. |
|
| codeurl | string |
None. |
|
| adtite | string |
None. |
|
| errcode |
返回Code(-1请求失败,0请求成功,1调用支付) |
integer |
None. |
| errmsg |
返回提示消息 |
string |
None. |
| url |
返回Url |
string |
None. |
| data |
返回数据 |
string |
None. |
| dataObj |
返回数据1 |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"avatarUrl": "sample string 1",
"nickName": "sample string 2",
"codeurl": "sample string 3",
"adtite": "sample string 4",
"errcode": 5,
"errmsg": "sample string 6",
"url": "sample string 7",
"data": "sample string 8",
"dataObj": {}
}
application/xml, text/xml
Sample:
<UserController.ShareInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Controllers"> <data xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 8</data> <dataObj xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models" /> <errcode xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">5</errcode> <errmsg xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 6</errmsg> <url xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Models">sample string 7</url> <adtite>sample string 4</adtite> <avatarUrl>sample string 1</avatarUrl> <codeurl>sample string 3</codeurl> <nickName>sample string 2</nickName> </UserController.ShareInfo>