acwOffCJI(usertype, user, orgidentity, pwdtype, password, pushevent, callbackFuc)
Exit the ACW Mode if agent is in
| Params | Type | Description |
| usertype | String | agent / account |
| user | String | Agent No. or Username |
| orgidentity | String | The identity string of the team |
| pwdtype | String | Use plaintext or md5 password for agent or account |
| password | String | password |
| pushevent | String | If need send a agent event, yes / no(default) |
| callbackFuc | String | callback |
{code:code,message:message}
| Value | Description |
{code:1,message:message}
| {code:Succeed,message:Messages}
|
{code:2,message:message}
| {code:Failed,message:Messages}
|