文档
测试

退费设置/班级退款列表

POST
http://pay.com/school/api/FinalRefund/getClassList

请求头

参数名
类型
描述
必填
Authorization
QTVKOUlBdUtQUXpaZFBybHNKNEdZT25FUnlJSG90MjRiOWRDRkxHMkpQYnVYOEw5b0JIPW14SFFwN0psS0J1R0NPSGxpREk1bDlvNW5CRVhpeDNRbzVKaFowS0pWQVRwWVFNQ3RPOE92VHh5dg%3D%3D
必填

请求参数

参数名
类型
描述
必填
refund_id
int
退款id
必填
class_id
string
班级id
必填

响应参数

参数名
类型
描述
必填
student_name
姓名
必填
channel_name
缴费渠道
必填
pay_amount
总缴费
必填
refund_amount
退款
必填
order_sn
订单号
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "81", "order_sn": "wwwa", "pay_plan_id": "114", "pay_object_id": null, "grade_id": null, "grade_name": null, "class_id": "ffccc917e98811ea9a617cd30ad3a9d6", "class_name": "", "student_name": "你好", "id_number": "1", "pay_name": null, "amount": null, "status": "5", "pay_amount": "23.00", "channel": "1", "pay_item_detail": null, "transaction_code": null, "pay_time": null, "pay_order_refund_id": null, "refund_start_time": null, "refund_end_time": null, "refund_uuid": null, "refund_name": null, "settle_id": null, "settle_status": "1", "settle_time": null, "create_by_uuid": null, "create_by_account": null, "create_by_name": null, "create_date": null, "edit_by_uuid": null, "edit_by_account": null, "edit_by_name": null, "edit_date": null, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null, "year": "2021", "channel_name": "APP缴费", "refund_amount": "10.00" }, { "id": "82", "order_sn": "qq", "pay_plan_id": "114", "pay_object_id": null, "grade_id": null, "grade_name": null, "class_id": "ffccc917e98811ea9a617cd30ad3a9d6", "class_name": null, "student_name": "啊", "id_number": "2", "pay_name": null, "amount": null, "status": "5", "pay_amount": "12.00", "channel": "2", "pay_item_detail": null, "transaction_code": null, "pay_time": null, "pay_order_refund_id": null, "refund_start_time": null, "refund_end_time": null, "refund_uuid": null, "refund_name": null, "settle_id": null, "settle_status": "1", "settle_time": null, "create_by_uuid": null, "create_by_account": null, "create_by_name": null, "create_date": null, "edit_by_uuid": null, "edit_by_account": null, "edit_by_name": null, "edit_date": null, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null, "year": "2021", "channel_name": "建行缴费", "refund_amount": "15.00" } ] }