文档
测试

获取我的主页

GET
http://47.97.219.68:8080/activity/my_home_page/{openid}

接口描述

获取我的主页

请求参数

参数名
类型
描述
必填
openid
string
用户的openid
必填

说明 / 示例

````inline code { "msg": "success", "code": "0", "data": { "openid": "oO5mm5G_GRsyvYOAT1Uc_UfMnmuA", "nickname": "Watcher", "image": "http://picture.delonix.xyz/1589019463285150931", "initiatorIntroduction": "海滨是如轩的弟弟", "notJoinActivityList": [ { "activityId": 59, "posterImage": "https://pic3.zhimg.com/50/v2-14d7c94ddc5205e630a05c56f2a90b93_qhd.jpg", "activityName": "图片测试", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-02 17:12:00", "address": "地址", "status": 1, //无意义 "isOver": null //订单的状态,true为订单已完结,false为订单已取消 }, { "activityId": 66, "posterImage": "http://picture.delonix.xyz/1590594248008676012", "activityName": "测试名称", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-03 15:42:00", "address": "地址", "status": 1, "isOver": null }, { "activityId": 58, "posterImage": "https://pic3.zhimg.com/50/v2-14d7c94ddc5205e630a05c56f2a90b93_qhd.jpg", "activityName": "文字测试", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-03 15:46:00", "address": "地址", "status": 1, "isOver": null }, { "activityId": 52, "posterImage": "https://pic3.zhimg.com/50/v2-14d7c94ddc5205e630a05c56f2a90b93_qhd.jpg", "activityName": "测试OSGH;EOALJGBHR;AWEBH;AFWJBHNAWSBFAEB", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-03 15:31:00", "address": "地址", "status": 1, "isOver": null }, { "activityId": 65, "posterImage": "https://pic3.zhimg.com/50/v2-14d7c94ddc5205e630a05c56f2a90b93_qhd.jpg", "activityName": "综合测试", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-03 15:25:00", "address": "地址", "status": 1, "isOver": null }, { "activityId": 35, "posterImage": "https://pic3.zhimg.com/50/v2-14d7c94ddc5205e630a05c56f2a90b93_qhd.jpg", "activityName": "测试名称", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-03 15:43:00", "address": "地址", "status": 1, "isOver": null }, { "activityId": 44, "posterImage": "https://pic3.zhimg.com/50/v2-14d7c94ddc5205e630a05c56f2a90b93_qhd.jpg", "activityName": "测试名称", "startTime": "2020-11-13 00:00:00", "endTime": "2020-06-02 15:27:00", "address": "地址", "status": 1, "isOver": null } ], "joinedActivityList": [ { "activityId": 3, "posterImage": "http://picture.delonix.xyz/1582729172217955023", "activityName": "免费奶茶", "startTime": "2020-04-22 23:38:23", "endTime": "2020-06-02 16:07:00", "address": "学校", "status": 1, "isOver": true }, { "activityId": 2, "posterImage": "http://picture.delonix.xyz/1582729172217955023", "activityName": "在家发霉", "startTime": "2020-02-29 23:36:06", "endTime": "2020-06-04 07:24:00", "address": "家里", "status": -1, "isOver": true } ] } } ``` `