Page History

Queryactivityfee

Last edited by 徐近程

返回

查询活动收费详情


URL: http://120.92.61.152:8080/Daren/groupManagement/queryActivityFee.action


请求方式: HTTP POST/GET


请求参数说明:

参数名 参数类型 必选 参数说明
fundsId String true 活动收费id

返回格式: JSON


返回格式样例:

{
    "data": {
        "createTime": "2018-05-29 13:42:15",
        "description": "",
        "endTime": "2018-05-29 15:40:00",
        "fundsId": "68f31cc1e5ec4dd793297facd72358af",
        "groupId": "@TGS#1CEBXTHFD",
         "ownerMsg": {
            "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0504/1525422551146_small.jpg",
            "nickName": "牛道健",
            "userId": "10505015"
        },
        "groupMembers": [
            {
                "payTime": "",
                "type": false,
                "user": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0513/1526178128533_small.jpg",
                    "nickName": "张旭",
                    "userId": "10499533"
                }
            },
            {
                "payTime": "",
                "type": false,
                "user": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0417/1523951343993_small.jpg",
                    "nickName": "写bug的程序猿",
                    "userId": "10458139"
                }
            },
            {
                "payTime": "",
                "type": false,
                "user": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0504/1525422551146_small.jpg",
                    "nickName": "牛道健",
                    "userId": "10505015"
                }
            },
            {
                "payTime": "",
                "type": false,
                "user": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0511/1526003358652_small.jpg",
                    "nickName": "牛道健",
                    "userId": "10504908"
                }
            }
        ],
        "payList": [{
                "payTime": "2018-05-29 23:00:00",
                "type": ,
                "user": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0511/1526003358652_small.jpg",
                    "nickName": "牛道健",
                    "userId": "10504908"
                }
            }],
        "price": 0.1,
        "totalPrice": 0.1,
        "type": 1
    },
    "errorCode": "0",
    "errorMessage": "成功"
}