JSON message about terminal add-on information
{ "AdditionModule": { "id": , /*optional, terminal ID, which is the same as the ID in the request URI*/ "ModuleInfoList": [{ /*optional, string, add-on information list*/ "ModuleInfo": { /*required, string, add-on information*/ "id": , /*required, int, module ID, 1-there is only one module*/ "moduleType": "", /*required, string, add-on type: "sadp"-SADP component, "sdk"-SDK component*/ "version":"", /*required, string, add-on version No., format: sadpV1.2build180207, sdkV1.2build180208*/ "moduleUpdate": /*optional, boolean, whether the add-ons supports upgrade: "true"-yes, "false"-no*/ } }] } }