platform_config = {
     "飛龍測試站":{
        "API_URL": "https://sndams.ds88.tw/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"agent",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "飛龍正式站":{
        "API_URL": "https://ams.ds88.tw/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"qaz134",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "魔方測試站":{
        "API_URL": "https://sndams.tts88.tw/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"agent",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "魔方正式站":{
        "API_URL": "https://ams.tts88.tw/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"qaz134",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "911機台測試站":{
        "API_URL": "https://sndams.911vip.net/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"agent",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "911機台正式站":{
        "API_URL": "https://ams.911vip.net/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"qaz134",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "馬上發正式站":{
        "API_URL": "https://ams.hoslot.net/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"zxc1456",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "馬上發測試站":{
        "API_URL": "https://sndams.hoslot.net/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"agent",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "TWD",
            "Exchange_code": "TWD"
        }
    },
    "馬上發正式站VN":{
        "API_URL": "https://vnams.hoslot.net/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"zxc1456",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "VND",
            "Exchange_code": "VND"
        }
    },
    "馬上發測試站VN":{
        "API_URL": "https://sndvnams.hoslot.net/api",
        "MAINTAIN":"/allPlatform",
        "LOGIN": "/sessions/create",
        "login_account":"wsky_yo",
        "login_password":"agent",
        "headers": {
            "Content-Type": "application/json",
            "Currency": "VND",
            "Exchange_code": "VND"
        }
    }
    
}