POST api/dealer/GetThirdUser?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
获取第三方用户信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
app_key |
app_key |
string |
None. |
access_token |
access_token |
string |
None. |
timestamp |
timestamp |
string |
None. |
sign |
sign |
string |
None. |
Body Parameters
ThirdUserParaName | Description | Type | Additional information |
---|---|---|---|
third_id |
第三方用户ID |
integer |
None. |
isvailfrom |
是否验证来源 0 不验证 1验证 |
integer |
None. |
domain |
来源域名 |
string |
None. |
sign |
签名 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "third_id": 1, "isvailfrom": 2, "domain": "sample string 3", "sign": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |