GET api/AccountV720/MutilPhoneAccount?uid={uid}&openid={openid}&phone={phone}&newspapergroupId={newspapergroupId}&stamp={stamp}&sign={sign}
多账号数据 加密方式:在前一步骤调用接口返回的code=101的数据中拿到message中的值 放在原来的组合加密串的前面, message+key+stamp+请求路径
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uid |
第三方唯一id 和phone参数二选一 |
string |
Default value is |
| openid |
第三方开放id |
string |
Default value is |
| phone |
手机号 和unionid二选一 |
string |
Default value is |
| newspapergroupId | integer |
Default value is 0 |
|
| stamp | string |
Default value is |
|
| sign | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfNewtonsoft.Json.Linq.JObject| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | Collection of Object |
None. |
|
| addcoin | integer |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| allPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"code": 2,
"data": null,
"addcoin": 3,
"message": "sample string 4",
"page": 5,
"allPage": 6
}