开通会员配置
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/config/member</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 34,
&quot;poster_image&quot;: &quot;&quot;,//海报地址
&quot;sale_price&quot;: 399900,//基础售价(分)
&quot;concept_config&quot;: [],//理念UI配置
&quot;append_expiry_day&quot;: 365,//开通成功后追加有效期天数
&quot;content_config&quot;: [],//默认权益内容配置
&quot;create_datetime&quot;: &quot;2024-12-29 17:05:50&quot;,
&quot;update_datetime&quot;: &quot;2024-12-29 17:05:50&quot;
},
&quot;code&quot;: 0
}</code></pre>