糖果


查询奖励状态

<p><strong>简要描述:</strong></p> <ul> <li>查询指定记录的奖励发放状态</li> <li>若领取奖励时返回处理中状态, 后续可以请求本接口获取最新状态</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>/api/v1/third-exchange/query-award-order</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;">ex_id</td> <td style="text-align: left;">必选</td> <td style="text-align: left;">string</td> <td>记录ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code># 成功 { &amp;quot;code&amp;quot;: 0, &amp;quot;message&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;id&amp;quot;: 3, &amp;quot;status&amp;quot;: 6 } } # 失败 { &amp;quot;code&amp;quot;: 422, &amp;quot;message&amp;quot;: &amp;quot;ExId 不能为空&amp;quot;, &amp;quot;data&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong></p> <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;">data.id</td> <td style="text-align: left;">string</td> <td>我方领取记录ID</td> </tr> <tr> <td style="text-align: left;">data.status</td> <td style="text-align: left;">string</td> <td>状态值, 4 失败, 5 处理中, 6 处理完成</td> </tr> </tbody> </table>

页面列表

ITEM_HTML