现象:
上线状态为测试状态:测试名单中的会员进入小店看不到入会口子
上线状态为上线状态:能看到入会口子
小店appid:wxcd552d00cdff8dfa
查询关联返回信息如下。
{"result":{"errcode":0,"errmsg":"ok","info":{"display_info":{"order_page_display":2},"paths":{"register_path":"xxxx","rights_path":"xxxx","test_rights_path":"xxxx"},"whitelist_openids":["oh7el7Uzrh1Axho6_hB9kHmZd5S0","oh7el7b3Qd8UkS33kMr0uuRIZXk4","oh7el7SHHCV15f5uGQzfVxFNII2s","oh7el7Uzrh1Axho6_hB9kHmZd5S0"]},"state":3,"wxa_appid":"wx7311219c1ab6b033"},"success":true}
小店的事件也是能正常接收的,确认openid是没错的,就是看不到入会口子
注册会员的入口 ?
然后调用关系查询接口(POST https://api.weixin.qq.com/channels/ec/vip/v3/wxa/info/get?access_token=ACCESS_TOKEN
)查询出的结果就是上边贴的返回信息