名称:收益总览

接口地址:/merchant/merchant/meetingFeePandect

请求方式:post

参数名 类型 必填 说明 示例
start_time string N 开始时间范围 1970/5/2
end_time string N 开始时间范围 2019/4/2
title string N 会议标题关键字 xxx
page int N 页码 默认1
pageNum int N 每页数量 默认10

说明

1.此方法需要登录

返回示例

{
"code": 200,
"message": "success",
"result": {
"data": [
    {
    "id": 18,//会议id
    "title": "会hsudfuashdf",//会议标题
    "city": "上海",//城市
    "start_time": "2019-03-06 12:00",//开始时间
    "end_time": 1563014000,
    "meeting_status": -1,//会议状态,-1预告,1进行中,2结束
    "count_aumont": "2.00"//会议报名总收入
    }
],
"balance": "2.00",//账户收益
"count_num": 1,//总条数
"count_page": 1//总页数
}
}

results matching ""

    No results matching ""