# Get Business Information

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/shop/account/get_info?access_token=xxxxxxxxx

# Request Parameter Sample

{
}

# Return Package Example

{
    "errcode": 0,
    "data": {
        " service_agent_path " : "https://www.baidu.com",
        " service_agent_phone": "020-888888"
    }
}

# Request Parameter Dxplaination

nothing

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
data.service_agent_path string Customer Service Address
data.service_agent_phone string Customer Service Contact Us