1.ide_list_projects
Get python IDE project interface: Get all the project information of python IDE.
Message:
json
{
"cmd": "ide_list_projects",
"data": {
"version":"lite6",
"user_Id":"test"
},
"id": "1"
}
Request:
data | type | Required filed | Descroption |
---|---|---|---|
version | string | yes | Lite6 passes “lite6”, other types pass null. |
user_Id | string | yes | Default pass test |
Respons:
code=0->Success
code!=0->false,-22 is that the query project path is a file not a folder; -12 is that the project path does not exist.