1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
| { "button": [ { "name": "心理测评", "sub_button": [ { "type": "view", "name": "开始测评", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect" }, { "type": "view", "name": "我的测评", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}/myEvaluationList&response_type=code&scope=snsapi_userinfo&state=state#wechat_redirect" } ] }, { "name": "我的", "sub_button": [ { "type": "view", "name": "个人信息", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}/userPersonalInfo&response_type=code&scope=snsapi_userinfo&state=state#wechat_redirect" }, { "type": "view", "name": "我的咨询师", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}/counselorList&response_type=code&scope=snsapi_userinfo&state=state#wechat_redirect" }, { "type": "view", "name": "注册咨询师", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}/regEntry&response_type=code&scope=snsapi_userinfo&state=state#wechat_redirect" }, { "type": "view", "name": "邀请加入", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}/teamQRCode?type=1&response_type=code&scope=snsapi_userinfo&state=state#wechat_redirect" }, { "type": "view", "name": "关于", "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${frontBaseUrl}/about&response_type=code&scope=snsapi_userinfo&state=state#wechat_redirect" } ] } ] }
|