充值系统接口(新版)

用于所有平台充值用


流量充值

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>流量充值</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://topup-api-test.bawanli.com/v1/package</code></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;">operation_code</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>电信商</td> </tr> <tr> <td style="text-align: left;">country_code</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>国家代码</td> </tr> <tr> <td style="text-align: left;">package_code</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>流量代码</td> </tr> <tr> <td style="text-align: left;">callback_url</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>回调地址(泰国、菲律宾)</td> </tr> <tr> <td style="text-align: left;">product_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>马来西亚和新加坡、迪拜必传 充值类型 1话费 8后付费</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>印度、俄罗斯、泥泊尔、孟加拉必传 接口所需的国家代码(数字)</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;country_code&amp;quot;: &amp;quot;lw&amp;quot;, &amp;quot;operation_code&amp;quot;: &amp;quot;ltc&amp;quot;, &amp;quot;order_no&amp;quot;: &amp;quot;434343434343&amp;quot;, &amp;quot;msisdn&amp;quot;: &amp;quot;000000&amp;quot;, &amp;quot;amount&amp;quot;: &amp;quot;1000&amp;quot;, &amp;quot;package_code&amp;quot;: &amp;quot;3434343&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;data&amp;quot;: {         &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;,         &amp;quot;error&amp;quot;: &amp;quot;00&amp;quot;,         &amp;quot;data&amp;quot;: {             &amp;quot;resultCode&amp;quot;: &amp;quot;20&amp;quot;,             &amp;quot;resultDesc&amp;quot;: &amp;quot;Operation successfully.&amp;quot;,             &amp;quot;trans_id&amp;quot;: &amp;quot;167807064886376&amp;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;">data</td> <td style="text-align: left;">array</td> <td>相应数据</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>提示信息</td> </tr> <tr> <td style="text-align: left;">error</td> <td style="text-align: left;">string</td> <td>错误吗</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">array</td> <td>详细数据</td> </tr> </tbody> </table> <h5>备注</h5>

页面列表

ITEM_HTML