订单-充值订单
POST
http://localhost:8080/app/order/recharge/list
接口描述
充值订单列表页 这个充值订单是没有详情页的
请求参数
参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:4c3dcd469f894c5689b1c96e74716cda
必填
sign
string
请求接口签名 示例:3a89a1b7572af920a1fa88b8592aaf77
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
order_no
string
订单编号 示例:202109021509581630566598091
必填
pay_type
string
支付方式 示例:支付宝
必填
id
string
主键id APP用不到 示例:932bdb4953d149c29ac9a4ae8e67d54d1
必填
order_time
string
充值时间 示例:2021-09-02 16:09:58
必填
order_status_desc
string
订单状态 示例:充值成功
必填
order_real_price
double
充值金额 示例:100
必填