# Get basic information
# Dxplaination of Interface Call Request
http请求方式:POST
https://api.weixin.qq.com/product/store/get_info?access_token=xxxxxxxxx
# Example of request parameters
nothing
# Examples of back-up
{
"errcode": 0,
"errmsg": "ok",
"data": {
"store_name": "xxx商城",
"logo": "http://xxxx.png",
"type": 1
}
}
# Dxplaination of callback parameters
参数 | type | Introductions |
---|---|---|
errcode | number | Error code |
errmsg | string | Error message |
data.store_name | string | Store Name |
data.logo | string | The shop logo |
data.type | number | 1: Business Store, 2: Personal Store |