{
    "resize": {
        "path": "/Users/elr-mbp/Desktop/guangzhou/",
        "width": 180,
        "height": 180
    },
    "apiPath": "http://192.168.217.85",
    "htmlPath": "html/",
    "deployPath": "70s/1406-1/",
    "prizeSwitch": 1,
    "ajaxList": {
        "/prize/ajax/prizeDraw": {
            "code": 200,
            "msg": {}
        },
        "/test": {
            "code": 200,
            "msg": "hello world!"
        },
        "/post": {
            "type": "post",
            "body": {
                "groupId": 189
            },
            "result": {
                "code": 200
            },
            "reject": {
                "code": 500
            }
        },
        "/query": {
            "type": "get",
            "query": {
                "name": "qinjs"
            },
            "result": {
                "code": 200
            },
            "reject": {
                "code": 500
            }
        }
    }
}