odoo11登录之后返回的token值

{
    "id": null, 
    "jsonrpc": "2.0", 
    "result": {
        "web_tours": [ ], 
        "user_companies": false, 
        "username": "admin", 
        "partner_id": 3, 
        "name": "Administrator", 
        "is_system": true, 
        "uid": 1, 
        "session_id": "968456939a37f2899d0243a241597caa222e7d48", 
        "server_version_info": [
            11, 
            0, 
            0, 
            "final", 
            0, 
            ""
        ], 
        "web.base.url": "http://www.XXX.top", 
        "server_version": "11.0", 
        "user_context": {
            "lang": "en_US", 
            "uid": 1, 
            "tz": false
        }, 
        "currencies": {
            "1": {
                "symbol": "", 
                "position": "after", 
                "digits": [
                    69, 
                    2
                ]
            }, 
            "3": {
                "symbol": "$", 
                "position": "before", 
                "digits": [
                    69, 
                    2
                ]
            }
        }, 
        "company_id": 1, 
        "is_superuser": true, 
        "db": "Odoo_DB"
    }
}
{


    "id": null, 
    "jsonrpc": "2.0", 
    "result": {
        "web_tours": [ ], 
        "user_companies": false, 
        "username": "admin", 
        "partner_id": 3, 
        "name": "Administrator", 
        "is_system": true, 
        "uid": 1, 
        "session_id": "968456939a37f2899d0243a241597caa222e7d48", 
        "server_version_info": [
            11, 
            0, 
            0, 
            "final", 
            0, 
            ""
        ], 
        "web.base.url": "http://www.cloudappservice.top", 
        "server_version": "11.0", 
        "user_context": {
            "lang": "en_US", 
            "uid": 1, 
            "tz": false
        }, 
        "currencies": {
            "1": {
                "symbol": "€", 
                "position": "after", 
                "digits": [
                    69, 
                    2
                ]
            }, 
            "3": {
                "symbol": "$", 
                "position": "before", 
                "digits": [
                    69, 
                    2
                ]
            }
        }, 
        "company_id": 1, 
        "is_superuser": true, 
        "db": "Odoo_Project"
    }
}

猜你喜欢

转载自www.cnblogs.com/crazyguo/p/9010833.html