This is an old revision of the document!
logoutCJI(orgidentity,usertype,user,pwdtype,password,callbackFuc)
Send a logout request to asterCC;
| Params | Type | Description |
|---|---|---|
| orgidentity | String | The identity string of the team |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| callbackFuc | String | callback |
{code:code,message:message}
*Type of the Return Value:JSON
| Value | Description |
|---|---|
{code:1,message:msg }
| {code:Succeed,message:Messages}
|
{code:2,message:msg }
| {code:Failed,message:Messages}
|