This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:custom_development_guide:apis:webservice:switch_work_mode [2016/09/05 06:41] liuxl created |
en:custom_development_guide:apis:webservice:switch_work_mode [2019/01/03 06:24] (current) donnie |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| |pwdtype|String|Use plaintext or md5 password for agent or account| | |pwdtype|String|Use plaintext or md5 password for agent or account| | ||
| |password|String|password| | |password|String|password| | ||
| - | |agent_group_id|String|ids of the agent group| | + | |agent_group_id|String|ids of the agent group,Multiple agent group divided by commas,ex:1,2,3 This value is space-time, representing a change in the working mode of all agent group| |
| - | |callbackFuc|String|call back function| | + | |
| *Return Format: | *Return Format: | ||
| - | <code>|Return|code|Return|message</code> | + | <code>|Retuen|code|Retuen|message</code> |
| *Type of the Return Value: String | *Type of the Return Value: String | ||
| Line 26: | Line 25: | ||
| ^ Value ^ Description ^ | ^ Value ^ Description ^ | ||
| - | |<code>|Return|1|Return|message</code>|<code>Succeeded||Messages</code>| | + | |<code>|Retuen|1|Retuen|message</code>|<code>Succeeded||Messages</code>| |
| - | |<code>|Return|2|Return|message</code>|<code>Failed||Messages</code>| | + | |<code>|Retuen|2|Retuen|message</code>|<code>Failed||Messages</code>| |