请求URL
http://xx.com/redEnvelopeCheckDayErr
Headers
请求方式
参数
返回示例
{
"data": [
{
"check_day": "2022-07-24",//账单归属日期
"data": {
"amountIn": 15, //进账
"amountIng": 20, //待领取
"amountOut": 10 //支出
},
"id": 16,
"msg": "红包记录有误:11",
"status": 1, //1待处理 2已处理
"user_id": 79
}
],
"error_code": 0,
"msg": "success",
"total": 1
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
success |
备注