文档
测试

账单记录

POST
http://localhost/app/payment/log

接口描述

账单记录

请求头

参数名
类型
描述
必填
openid
string
示例:openID
必填
code
string
示例:识别码
必填

请求参数

参数名
类型
描述
必填
page
int
页面
必填
page_size
int
页面大小
必填
month
string
时间
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
total
int
示例:1
必填
list
array
数据列表
必填
id
int
id 示例:3
必填
is_income
boolean
示例:true
必填
type
string
订单类型 示例:退款
必填
order_no
string
订单号 示例:202012021717515819
必填
amount
string
金额 示例:50.00
必填
time
string
租借时间 示例:2020年12月03日 11:36:58
必填
msg
string
示例:账单记录
必填

说明 / 示例

{ "code": 1, "data": { "total": 5, "list": [{ "id": 7, "is_income": true, "type": "退款", "order_no": "202012081134565772", "amount": "10.00", "time": "2020年12月08日 16:44:22" }] }, "msg": "账单记录" }