邀请新用户得10~100U交易金领取接口
<h1>邀请活动接口</h1>
<h2>POST 邀请新用户得10~100U交易金领取接口</h2>
<p>POST /uc/deduction/activity/trade_amount_receive</p>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>位置</th>
<th>类型</th>
<th>必选</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>Lang</td>
<td>header</td>
<td>string</td>
<td>否</td>
<td>none</td>
</tr>
</tbody>
</table>
<p>> 返回示例</p>
<p>> 异常</p>
<pre><code class="language-json">{
&quot;data&quot;: null,
&quot;code&quot;: 500,
&quot;message&quot;: &quot;未满足充值大于等于500U人数5人条件&quot;,
&quot;totalPage&quot;: null,
&quot;totalElement&quot;: null
}</code></pre>
<p>> 成功</p>
<pre><code class="language-json">{
&quot;data&quot;: null,
&quot;code&quot;: 0,
&quot;message&quot;: &quot;SUCCESS&quot;,
&quot;totalPage&quot;: null,
&quot;totalElement&quot;: null
}</code></pre>
<h3>返回结果</h3>
<table>
<thead>
<tr>
<th>状态码</th>
<th>状态码含义</th>
<th>说明</th>
<th>数据模型</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td>
<td>成功</td>
<td>Inline</td>
</tr>
</tbody>
</table>