声明类配置
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/config/declaration</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong></p>
<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;">key</td>
<td style="text-align: left;">user_notice 用户说明,org_notice 分销商说明,coop_notice 合作说明</td>
<td style="text-align: left;">string</td>
<td>关键字</td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: &quot;&quot;,//配置值
&quot;code&quot;: 0
}</code></pre>
<p><strong>5.17新增</strong>
user_notice 用户说明
org_notice 分销商说明
coop_notice 合作说明</p>