获取脑力值
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取脑力值</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/nykapi/v4.service/getBrainPower</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;uid&quot;: 1168,
&quot;brain_power&quot;: &quot;0.00&quot;,
&quot;happy_power&quot;: null,
&quot;memory_power&quot;: null,
&quot;cognition_power&quot;: null,
&quot;sleep_power&quot;: &quot;100.00&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">brain_power</td>
<td style="text-align: left;">null/number</td>
<td>脑力值</td>
</tr>
<tr>
<td style="text-align: left;">happy_power</td>
<td style="text-align: left;">null/number</td>
<td>快乐力</td>
</tr>
<tr>
<td style="text-align: left;">memory_power</td>
<td style="text-align: left;">null/number</td>
<td>记忆力</td>
</tr>
<tr>
<td style="text-align: left;">cognition_power</td>
<td style="text-align: left;">null/number</td>
<td>认知力</td>
</tr>
<tr>
<td style="text-align: left;">sleep_power</td>
<td style="text-align: left;">null/number</td>
<td>睡眠力</td>
</tr>
</tbody>
</table>