Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: checkLicense
description: Check valid license
Request
userxsd:string
passxsd:string
keyxsd:string
typexsd:string
{
"function":"checkLicense",
"paras":{
    "user":"",
    "pass":"",
    "key":"",
    "type":""

}}
Response
validxsd:boolean
demoxsd:boolean
messagexsd:string
{
    "valid":"",
    "demo":"",
    "message":""
}