获取基本信息

接口调用请求说明

  1. http请求方式:POST
  2. https://api.weixin.qq.com/product/store/get_info?access_token=xxxxxxxxx

请求参数示例

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg": "ok",
  4. "data": {
  5. "store_name": "xxx商城",
  6. "logo": "http://xxxx.png",
  7. "type": 1
  8. }
  9. }

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息
data.store_namestring商店名称
data.logostring商店头像
data.typenumber1: 企业店, 2: 个人店