sfs

sfs


Get student payment type

<h4>Description</h4> <p>Get current student payment type</p> <h4>Request URL</h4> <p>/api/get-payment-type-by-id</p> <h4>Reuqest Method</h4> <p>POST</p> <h4>Parameters</h4> <table> <thead> <tr> <th>Parameter Name</th> <th>Required</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>access_token</td> <td>true</td> <td>string</td> </tr> <tr> <td>student_id</td> <td>true</td> <td>int</td> </tr> </tbody> </table> <h4>Response Example</h4> <pre><code class="language-json">{ "code": 200, "message": "", "data": { "id": 0, "code": 0, "description": "payment gateway" } } </code></pre> <h4>Response Parameter Description</h4> <table> <thead> <tr> <th>Parameter Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>int</td> </tr> <tr> <td>code</td> <td>int</td> <td>code for payment type</td> </tr> <tr> <td>description</td> <td>string</td> </tr> </tbody> </table>

页面列表

ITEM_HTML