文档
测试

用户余额明细

POST
https://xiexiaoku.517cy.com/smart/clientCool/rechargeRecord

请求参数

参数名
类型
描述
必填
merchant_id
int
商家id
必填
openid
string
用户openid
必填
current
int
页码数
可选
size
int
每页条数
可选
type
int
类型 1-充值 2-消费
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:success
必填
data
array
数据列表
必填
id
int
示例:记录id
必填
recharge_amount
string
示例:充值金额或者消费金额 如:30.00
必填
gift_amount
string
示例:赠送金额 如:1.00
必填
state
string
示例:状态 如:未支付 / 已支付 / 已消费
必填
create_time
string
示例:充值时间 如:2022/08/02
必填
amount
string
示例:实际到账金额 如:31.00
必填
type
int
类型 1-充值 2-消费
必填
symbol
string
操作符号 ,充值时为‘+’,消费时为‘-’
必填