POST api/Gateway/SetCurrentMember?gatewayId={gatewayId}&memberId={memberId}
设置当前网关使用用户(默认用户)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gatewayId |
网关ID |
string |
Required |
| memberId |
用户memberid,不是UserID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResultOfJToken| Name | Description | Type | Additional information |
|---|---|---|---|
| result | Collection of Object |
None. |
|
| isSuccess | boolean |
None. |
|
| code | string |
None. |
|
| errorMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": null,
"isSuccess": true,
"code": "sample string 2",
"errorMsg": "sample string 3"
}