保险计划书

保险计划书


创建--个性化菜单--直接调微信接口

<p>[TOC]</p> <h5>创建--个性化菜单</h5> <ul> <li>创建--个性化菜单</li> </ul> <h5>请求URL</h5> <ul> <li>线上地址: <code>https://api.weixin.qq.com/cgi-bin/menu/addconditional?access_token=52_jacnigGBfEg16bEImnHnuqFUWviDFhprPtfeZXAdGXINvZstPjoEmt1OJhDHb429FVKGfaMPKL-GyJSYLwtJUXkzF_3FlWKXZGRigeRBTs8HXDUaJfD1NSdva44R9IRQShLdRdIw6NVs5iDcJCMeADAPIS</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">access_token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>请求微信服务返回的 token,拼接在url后边</td> </tr> </tbody> </table> <h5>入参示例</h5> <ul> <li>POST 请求里边写定制菜单,</li> <li>&quot;tag_id&quot;: &quot;105&quot;,写的是标签的ID</li> </ul> <pre><code>{ &amp;quot;button&amp;quot;: [ { &amp;quot;name&amp;quot;: &amp;quot;捷力保4.0&amp;quot;, &amp;quot;sub_button&amp;quot;: [ { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;一步升级&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb4.yibaojiankang.com%2F%23%2Fproduct&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;项目介绍&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb4.yibaojiankang.com%2F%23%2Fproduct%2Fintro&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;入组/报销指南&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb4.yibaojiankang.com%2F%23%2Fproduct%2Fguide&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;常见问题&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb4.yibaojiankang.com%2F%23%2Fquestion%2Flist&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;病程管理&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://mp.weixin.qq.com/s/qw_Yq5jsdSj2dfO19XLAVw&amp;quot;, &amp;quot;sub_button&amp;quot;: [] } ] }, { &amp;quot;name&amp;quot;: &amp;quot;会员中心&amp;quot;, &amp;quot;sub_button&amp;quot;: [ { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;四期申请报销&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb4.yibaojiankang.com%2F%23%2Fnew-claims%2Fcreate&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;四期报销记录&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb4.yibaojiankang.com%2F%23%2Fnew-claims%2Flist&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;三期申请报销&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb3.yibaojiankang.com%2F%23%2Fnew-claims%2Fcreate&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;三期报销记录&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb3.yibaojiankang.com%2F%23%2Fnew-claims%2Flist&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] }, { &amp;quot;type&amp;quot;: &amp;quot;view&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;二期申请理赔&amp;quot;, &amp;quot;url&amp;quot;: &amp;quot;https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc93fa346c2b8114d&amp;amp;redirect_uri=https%3A%2F%2Fjyb-b-jlb3.yibaojiankang.com%2F%23%2Fclaims%2Flist&amp;amp;response_type=code&amp;amp;scope=snsapi_userinfo&amp;amp;state=1#wechat_redirect&amp;quot;, &amp;quot;sub_button&amp;quot;: [] } ] } ], &amp;quot;matchrule&amp;quot;: { &amp;quot;tag_id&amp;quot;: &amp;quot;105&amp;quot; } }</code></pre> <h5>返回示例 --返回公众号菜单栏</h5> <pre><code>菜单编码</code></pre> <h5>返回参数说明</h5> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML