请求URL
http://xx.com/redEnvelopeCheckDay
Headers
请求方式
参数
返回示例
{
"data": [
{
"amount_in": 0, //进账
"amount_ing": 0, //待领取
"amount_out": 0, //支出
"check_day": "2022-07-24", //账单归属日期
"created_at": "2022-07-25 00:00:13", //创建时间
"id": 20,
"refund": 0, //隔天退还
}
],
"error_code": 0,
"msg": "success",
"total": 5
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
success |
备注