Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: getStores
Description: get stores
Request
userxsd:string
passxsd:string
{
"function":"getStores",
"paras":{
    "user":"",
    "pass":""

}}
Response
resulttns:storesList
messagexsd:string
{
    "result":[{
            "shop_id":0,
            "shop_status":0,
            "shop_name":"",
            "shop_domain":"",
            "shop_http":"",
            "shop_https":"",
            "shop_ssl":0
        }    ],
    "message":""
}