# Access to basic information

# Interface call request specification

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

# Request Parameter Sample

nothing

# Return Package Example

{
    "errcode": 0,
    "errmsg": "ok",
    "data": {
        "store_name": “xxx商城” , 
        "logo": " http://xxxx.png",
        "type": 1
    }
}

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
data.store_name string Store name
data.logo string Shop head
data.type number 1: Enterprise stores, 2: Personal store