# 申请接入

# 接口调用请求说明

http请求方式:POST
https://api.weixin.qq.com/shop/register/apply?access_token=xxxxxxxxx

# 请求参数示例

{
    
}

# 回包示例

{
    "errcode": 0,
    "errmsg":"ok"
}

# 请求参数说明

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息