话费余额API


自发查询订单状态

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>自行查询订单状态</li> </ul> <h5>请求URL</h5> <ul> <li>` <a href="http://域名/yrapi.php/index/check">http://域名/yrapi.php/index/check</a></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">userid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名ID</td> </tr> <tr> <td style="text-align: left;">out_trade_nums</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>商户订单号,多个用英文,分隔</td> </tr> <tr> <td style="text-align: left;">sign</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>签名规则见“签名说明”</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;errno&amp;quot;: 0, &amp;quot;errmsg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 658, //订单ID &amp;quot;order_number&amp;quot;: &amp;quot;CYE240112658&amp;quot;, //系统订单号 &amp;quot;status&amp;quot;: 4, //1待付款 2已付款,待充值 3充值中 4充值成功 5充值失败 6退款成功 &amp;quot;out_trade_num&amp;quot;: &amp;quot;qwe12345678&amp;quot;, //商户订单号 &amp;quot;mobile&amp;quot;: &amp;quot;13212345678&amp;quot;, //手机号 &amp;quot;product_id&amp;quot;: 2, //产品ID &amp;quot;isp&amp;quot;: &amp;quot;联通&amp;quot;, // 运营商 &amp;quot;product_name&amp;quot;: &amp;quot;编码2 联通余额&amp;quot;, //产品名称 &amp;quot;finish_time&amp;quot;: 1704991244, //完成时间 &amp;quot;remark&amp;quot;: &amp;quot;61&amp;quot;, // 话费余额信息 &amp;quot;state&amp;quot;: 1 //充值状态:-1取消,0充值中 ,1充值成功,2充值失败 } ] } </code></pre> <h5>返回参数说明</h5> <p>status 和 state 都可作为状态查询,建议使用state 充值成功或充值失败(state = 1)状态下才会返回 remark 话费余额, 充值中不返回,充值失败返回&quot;查询失败&quot;</p>

页面列表

ITEM_HTML