POST api/CallCenter/GetCCNToken?UserNo={UserNo}&Password={Password}&AgentType={AgentType}
获取用户登录Token
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserNo | string |
Required |
|
| Password | string |
Required |
|
| AgentType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| State | string |
None. |
|
| Msg | string |
None. |
|
| MsgCode | string |
None. |
|
| DataValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"State": "sample string 1",
"Msg": "sample string 2",
"MsgCode": "sample string 3",
"DataValue": {}
}
application/xml, text/xml
Sample:
<ResponseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS.Logic.SqlSugar.View"> <DataValue /> <Msg>sample string 2</Msg> <MsgCode>sample string 3</MsgCode> <State>sample string 1</State> </ResponseResult>