hookehuyr

feat: 添加示例JSON数据并更新用户信息和活动卡片组件

- 添加了`example.json`文件,包含旅行博客的示例数据
- 更新了`users.json`文件,扩展了用户信息字段
- 修改了`ActivityCard.vue`组件,将外层`router-link`替换为`div`以优化结构
<!--
* @Date: 2025-04-17 13:16:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-04-21 10:52:50
* @LastEditTime: 2025-04-21 13:18:07
* @FilePath: /mlaj-reading-club/src/components/shared/ActivityCard.vue
* @Description: 文件描述
-->
<template>
<router-link :to="`/activity/${activity.id}`"
<div
class="block bg-white rounded-lg shadow-md overflow-hidden hover:shadow-lg transition duration-200"
:class="isSmall ? 'flex-row h-32' : 'flex-col'">
<div :class="['relative', isSmall ? 'w-1/3' : 'w-full h-48']">
......@@ -56,12 +56,12 @@
</div>
</div>
<router-link to="`/activity/${activity.id}`"
<router-link :to="`/activity/${activity.id}`"
class="mt-4 inline-flex items-center justify-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-gradient-to-r from-green-500 to-blue-500 hover:from-green-600 hover:to-blue-600">
{{ isPast ? '查看详情' : isRegistrationOpen ? '立即报名' : '了解更多' }}
</router-link>
</div>
</router-link>
</div>
</template>
<script setup>
......
[
{
"id": "C0001",
"activity_id": "A0001",
"user_id": "U0010",
"registration_id": "R0001",
"checkin_time": "2025-04-02 06:15:17",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0002",
"activity_id": "A0001",
"user_id": "U0020",
"registration_id": "R0002",
"checkin_time": "2025-04-02 05:59:08",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0003",
"activity_id": "A0001",
"user_id": "U0032",
"registration_id": "R0004",
"checkin_time": "2025-04-02 06:22:39",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0004",
"activity_id": "A0001",
"user_id": "U0025",
"registration_id": "R0005",
"checkin_time": "2025-04-02 06:27:22",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0005",
"activity_id": "A0001",
"user_id": "U0012",
"registration_id": "R0006",
"checkin_time": "2025-04-02 06:20:42",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0006",
"activity_id": "A0001",
"user_id": "U0034",
"registration_id": "R0008",
"checkin_time": "2025-04-02 06:31:33",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0007",
"activity_id": "A0001",
"user_id": "U0035",
"registration_id": "R0010",
"checkin_time": "2025-04-02 06:43:04",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0008",
"activity_id": "A0001",
"user_id": "U0008",
"registration_id": "R0011",
"checkin_time": "2025-04-02 06:24:37",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0009",
"activity_id": "A0001",
"user_id": "U0016",
"registration_id": "R0012",
"checkin_time": "2025-04-02 06:09:02",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0010",
"activity_id": "A0001",
"user_id": "U0009",
"registration_id": "R0014",
"checkin_time": "2025-04-02 06:40:18",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0011",
"activity_id": "A0001",
"user_id": "U0015",
"registration_id": "R0015",
"checkin_time": "2025-04-02 05:59:41",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0012",
"activity_id": "A0001",
"user_id": "U0019",
"registration_id": "R0016",
"checkin_time": "2025-04-02 06:11:07",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0013",
"activity_id": "A0001",
"user_id": "U0033",
"registration_id": "R0017",
"checkin_time": "2025-04-02 06:24:37",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0014",
"activity_id": "A0001",
"user_id": "U0001",
"registration_id": "R0018",
"checkin_time": "2025-04-02 05:59:19",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0015",
"activity_id": "A0001",
"user_id": "U0036",
"registration_id": "R0019",
"checkin_time": "2025-04-02 06:06:21",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0016",
"activity_id": "A0001",
"user_id": "U0004",
"registration_id": "R0020",
"checkin_time": "2025-04-02 06:20:20",
"checkin_type": "manual",
"location": null,
"staff_id": "O0006",
"status": "failed",
"notes": "网络连接不稳定",
"is_late": false
},
{
"id": "C0017",
"activity_id": "A0001",
"user_id": "U0029",
"registration_id": "R0022",
"checkin_time": "2025-04-02 06:26:13",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0018",
"activity_id": "A0001",
"user_id": "U0031",
"registration_id": "R0023",
"checkin_time": "2025-04-02 06:01:47",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0019",
"activity_id": "A0001",
"user_id": "U0011",
"registration_id": "R0024",
"checkin_time": "2025-04-02 06:01:25",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0020",
"activity_id": "A0001",
"user_id": "U0040",
"registration_id": "R0027",
"checkin_time": "2025-04-02 06:14:06",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0021",
"activity_id": "A0001",
"user_id": "U0003",
"registration_id": "R0028",
"checkin_time": "2025-04-02 05:59:24",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0022",
"activity_id": "A0001",
"user_id": "U0017",
"registration_id": "R0030",
"checkin_time": "2025-04-02 06:18:33",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0023",
"activity_id": "A0001",
"user_id": "U0038",
"registration_id": "R0031",
"checkin_time": "2025-04-02 06:10:30",
"checkin_type": "manual",
"location": null,
"staff_id": "O0006",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0024",
"activity_id": "A0001",
"user_id": "U0030",
"registration_id": "R0032",
"checkin_time": "2025-04-02 06:15:42",
"checkin_type": "manual",
"location": null,
"staff_id": "O0006",
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0025",
"activity_id": "A0001",
"user_id": "U0022",
"registration_id": "R0033",
"checkin_time": "2025-04-02 06:39:18",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0026",
"activity_id": "A0001",
"user_id": "U0014",
"registration_id": "R0034",
"checkin_time": "2025-04-02 06:36:11",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0027",
"activity_id": "A0001",
"user_id": "U0005",
"registration_id": "R0035",
"checkin_time": "2025-04-02 06:27:14",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0028",
"activity_id": "A0001",
"user_id": "U0039",
"registration_id": "R0037",
"checkin_time": "2025-04-02 06:43:29",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0029",
"activity_id": "A0002",
"user_id": "U0035",
"registration_id": "R0038",
"checkin_time": "2025-03-24 06:26:56",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "37.181720,114.507089"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0030",
"activity_id": "A0002",
"user_id": "U0031",
"registration_id": "R0039",
"checkin_time": "2025-03-24 06:40:17",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.496785,121.640291"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0031",
"activity_id": "A0002",
"user_id": "U0011",
"registration_id": "R0040",
"checkin_time": "2025-03-24 06:06:14",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "29.197808,115.186227"
},
"staff_id": null,
"status": "failed",
"notes": "网络连接不稳定",
"is_late": false
},
{
"id": "C0032",
"activity_id": "A0002",
"user_id": "U0032",
"registration_id": "R0041",
"checkin_time": "2025-03-24 06:17:34",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "36.369072,107.966159"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0033",
"activity_id": "A0002",
"user_id": "U0009",
"registration_id": "R0043",
"checkin_time": "2025-03-24 06:37:51",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "24.090606,121.419792"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0034",
"activity_id": "A0002",
"user_id": "U0018",
"registration_id": "R0044",
"checkin_time": "2025-03-24 06:37:28",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "24.317278,113.834895"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0035",
"activity_id": "A0002",
"user_id": "U0008",
"registration_id": "R0045",
"checkin_time": "2025-03-24 06:06:55",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "28.173906,120.708227"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0036",
"activity_id": "A0002",
"user_id": "U0025",
"registration_id": "R0046",
"checkin_time": "2025-03-24 06:26:03",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "32.612174,103.031492"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0037",
"activity_id": "A0002",
"user_id": "U0030",
"registration_id": "R0047",
"checkin_time": "2025-03-24 06:24:16",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.712645,111.630994"
},
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0038",
"activity_id": "A0002",
"user_id": "U0022",
"registration_id": "R0048",
"checkin_time": "2025-03-24 06:12:56",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "24.159576,109.678518"
},
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0039",
"activity_id": "A0002",
"user_id": "U0026",
"registration_id": "R0049",
"checkin_time": "2025-03-24 06:36:47",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "23.120311,112.843124"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0040",
"activity_id": "A0002",
"user_id": "U0016",
"registration_id": "R0050",
"checkin_time": "2025-03-24 06:08:26",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "39.064207,125.051377"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0041",
"activity_id": "A0002",
"user_id": "U0006",
"registration_id": "R0051",
"checkin_time": "2025-03-24 06:38:14",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "39.771853,103.340475"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0042",
"activity_id": "A0002",
"user_id": "U0017",
"registration_id": "R0052",
"checkin_time": "2025-03-24 06:38:41",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "28.109123,117.999368"
},
"staff_id": null,
"status": "failed",
"notes": "未携带所需材料",
"is_late": false
},
{
"id": "C0043",
"activity_id": "A0002",
"user_id": "U0023",
"registration_id": "R0053",
"checkin_time": "2025-03-24 06:28:37",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.399555,107.803150"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0044",
"activity_id": "A0002",
"user_id": "U0020",
"registration_id": "R0054",
"checkin_time": "2025-03-24 06:26:01",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "35.961689,105.194244"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0045",
"activity_id": "A0002",
"user_id": "U0002",
"registration_id": "R0055",
"checkin_time": "2025-03-24 06:17:24",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.805465,124.606647"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0046",
"activity_id": "A0002",
"user_id": "U0003",
"registration_id": "R0057",
"checkin_time": "2025-03-24 06:23:32",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.842865,115.187406"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0047",
"activity_id": "A0002",
"user_id": "U0021",
"registration_id": "R0058",
"checkin_time": "2025-03-24 06:01:19",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "31.048369,122.562894"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0048",
"activity_id": "A0002",
"user_id": "U0024",
"registration_id": "R0059",
"checkin_time": "2025-03-24 06:07:08",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "36.666997,102.016997"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0049",
"activity_id": "A0002",
"user_id": "U0037",
"registration_id": "R0061",
"checkin_time": "2025-03-24 06:39:21",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.657286,112.659843"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0050",
"activity_id": "A0002",
"user_id": "U0012",
"registration_id": "R0063",
"checkin_time": "2025-03-24 06:24:17",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "39.694284,109.014524"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0051",
"activity_id": "A0002",
"user_id": "U0014",
"registration_id": "R0064",
"checkin_time": "2025-03-24 06:19:52",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "39.330172,105.342768"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0052",
"activity_id": "A0002",
"user_id": "U0010",
"registration_id": "R0065",
"checkin_time": "2025-03-24 06:51:43",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "27.822307,110.880438"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0053",
"activity_id": "A0002",
"user_id": "U0034",
"registration_id": "R0066",
"checkin_time": "2025-03-24 06:24:07",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "37.010299,118.129043"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0054",
"activity_id": "A0002",
"user_id": "U0039",
"registration_id": "R0067",
"checkin_time": "2025-03-24 06:39:58",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "24.617110,119.003828"
},
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0055",
"activity_id": "A0002",
"user_id": "U0001",
"registration_id": "R0068",
"checkin_time": "2025-03-24 06:35:33",
"checkin_type": "self-service",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "32.183967,110.892548"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": true
},
{
"id": "C0056",
"activity_id": "A0002",
"user_id": "U0028",
"registration_id": "R0069",
"checkin_time": "2025-03-24 06:22:47",
"checkin_type": "self-service",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "37.102393,104.723842"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0057",
"activity_id": "A0002",
"user_id": "U0027",
"registration_id": "R0070",
"checkin_time": "2025-03-24 06:22:44",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "35.022102,120.845595"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0058",
"activity_id": "A0002",
"user_id": "U0013",
"registration_id": "R0071",
"checkin_time": "2025-03-24 06:29:54",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "27.520250,106.998565"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0059",
"activity_id": "A0002",
"user_id": "U0036",
"registration_id": "R0072",
"checkin_time": "2025-03-24 06:15:52",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "22.586642,106.806636"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0060",
"activity_id": "A0002",
"user_id": "U0004",
"registration_id": "R0073",
"checkin_time": "2025-03-24 06:14:19",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "34.054279,106.738680"
},
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0061",
"activity_id": "A0002",
"user_id": "U0040",
"registration_id": "R0074",
"checkin_time": "2025-03-24 06:26:57",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "35.010409,123.112389"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0062",
"activity_id": "A0002",
"user_id": "U0005",
"registration_id": "R0075",
"checkin_time": "2025-03-24 06:34:07",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "29.606431,116.433917"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0063",
"activity_id": "A0002",
"user_id": "U0033",
"registration_id": "R0077",
"checkin_time": "2025-03-24 06:27:57",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "33.496844,120.165656"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0064",
"activity_id": "A0007",
"user_id": "U0031",
"registration_id": "R0101",
"checkin_time": "2025-04-03 05:12:17",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "37.519897,120.666728"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0065",
"activity_id": "A0007",
"user_id": "U0039",
"registration_id": "R0102",
"checkin_time": "2025-04-03 05:43:42",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "23.325053,124.389998"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0066",
"activity_id": "A0007",
"user_id": "U0040",
"registration_id": "R0103",
"checkin_time": "2025-04-03 05:36:39",
"checkin_type": "manual",
"location": {
"name": "熊猫书房",
"coordinates": "29.006041,121.944115"
},
"staff_id": "O0006",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0067",
"activity_id": "A0007",
"user_id": "U0022",
"registration_id": "R0104",
"checkin_time": "2025-04-03 05:27:17",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "23.882683,105.402504"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0068",
"activity_id": "A0007",
"user_id": "U0015",
"registration_id": "R0106",
"checkin_time": "2025-04-03 05:27:01",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "37.561985,116.624272"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0069",
"activity_id": "A0007",
"user_id": "U0020",
"registration_id": "R0107",
"checkin_time": "2025-04-03 05:08:09",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "36.575256,121.636347"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0070",
"activity_id": "A0007",
"user_id": "U0038",
"registration_id": "R0108",
"checkin_time": "2025-04-03 05:21:29",
"checkin_type": "self-service",
"location": {
"name": "熊猫书房",
"coordinates": "27.958669,101.467384"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0071",
"activity_id": "A0007",
"user_id": "U0014",
"registration_id": "R0109",
"checkin_time": "2025-04-03 05:22:20",
"checkin_type": "self-service",
"location": {
"name": "熊猫书房",
"coordinates": "37.434346,114.067180"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0072",
"activity_id": "A0007",
"user_id": "U0011",
"registration_id": "R0110",
"checkin_time": "2025-04-03 05:08:27",
"checkin_type": "manual",
"location": {
"name": "熊猫书房",
"coordinates": "35.202228,124.219237"
},
"staff_id": "O0006",
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0073",
"activity_id": "A0007",
"user_id": "U0034",
"registration_id": "R0111",
"checkin_time": "2025-04-03 05:35:07",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "30.140811,113.054793"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0074",
"activity_id": "A0007",
"user_id": "U0010",
"registration_id": "R0112",
"checkin_time": "2025-04-03 05:18:04",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "26.209453,123.344462"
},
"staff_id": null,
"status": "failed",
"notes": "未携带所需材料",
"is_late": false
},
{
"id": "C0075",
"activity_id": "A0007",
"user_id": "U0017",
"registration_id": "R0113",
"checkin_time": "2025-04-03 05:30:44",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "39.520586,111.230061"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0076",
"activity_id": "A0007",
"user_id": "U0006",
"registration_id": "R0115",
"checkin_time": "2025-04-03 05:35:32",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "22.854964,103.303204"
},
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0077",
"activity_id": "A0007",
"user_id": "U0030",
"registration_id": "R0116",
"checkin_time": "2025-04-03 05:22:00",
"checkin_type": "self-service",
"location": {
"name": "熊猫书房",
"coordinates": "33.919211,117.039781"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0078",
"activity_id": "A0007",
"user_id": "U0036",
"registration_id": "R0117",
"checkin_time": "2025-04-03 05:14:00",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "22.389473,121.064134"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0079",
"activity_id": "A0007",
"user_id": "U0025",
"registration_id": "R0118",
"checkin_time": "2025-04-03 05:34:15",
"checkin_type": "manual",
"location": {
"name": "熊猫书房",
"coordinates": "23.279344,121.133817"
},
"staff_id": "O0006",
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0080",
"activity_id": "A0007",
"user_id": "U0008",
"registration_id": "R0120",
"checkin_time": "2025-04-03 05:29:55",
"checkin_type": "self-service",
"location": {
"name": "熊猫书房",
"coordinates": "26.897514,110.258579"
},
"staff_id": null,
"status": "failed",
"notes": "未携带所需材料",
"is_late": false
},
{
"id": "C0081",
"activity_id": "A0007",
"user_id": "U0009",
"registration_id": "R0122",
"checkin_time": "2025-04-03 05:19:05",
"checkin_type": "manual",
"location": {
"name": "熊猫书房",
"coordinates": "37.908705,105.332370"
},
"staff_id": "O0006",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0082",
"activity_id": "A0007",
"user_id": "U0033",
"registration_id": "R0123",
"checkin_time": "2025-04-03 05:06:33",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "27.330438,106.622710"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0083",
"activity_id": "A0007",
"user_id": "U0028",
"registration_id": "R0124",
"checkin_time": "2025-04-03 05:06:45",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "22.012082,114.991471"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0084",
"activity_id": "A0007",
"user_id": "U0035",
"registration_id": "R0125",
"checkin_time": "2025-04-03 05:24:04",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "36.148959,100.254513"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0085",
"activity_id": "A0007",
"user_id": "U0032",
"registration_id": "R0127",
"checkin_time": "2025-04-03 05:25:34",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "26.064327,114.415219"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0086",
"activity_id": "A0007",
"user_id": "U0021",
"registration_id": "R0129",
"checkin_time": "2025-04-03 05:39:03",
"checkin_type": "manual",
"location": {
"name": "熊猫书房",
"coordinates": "32.406524,103.926679"
},
"staff_id": "O0006",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0087",
"activity_id": "A0007",
"user_id": "U0002",
"registration_id": "R0130",
"checkin_time": "2025-04-03 05:16:57",
"checkin_type": "self-service",
"location": {
"name": "熊猫书房",
"coordinates": "34.129245,115.222974"
},
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0088",
"activity_id": "A0007",
"user_id": "U0003",
"registration_id": "R0131",
"checkin_time": "2025-04-03 05:15:34",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "22.591087,120.597131"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0089",
"activity_id": "A0007",
"user_id": "U0019",
"registration_id": "R0132",
"checkin_time": "2025-04-03 05:50:38",
"checkin_type": "QR code",
"location": {
"name": "熊猫书房",
"coordinates": "36.712114,101.658613"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0090",
"activity_id": "A0008",
"user_id": "U0003",
"registration_id": "R0135",
"checkin_time": "2025-04-16 05:25:35",
"checkin_type": "self-service",
"location": {
"name": "紫金读书会",
"coordinates": "33.547392,111.581963"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0091",
"activity_id": "A0008",
"user_id": "U0031",
"registration_id": "R0136",
"checkin_time": "2025-04-16 05:32:36",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "26.534463,122.247619"
},
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0092",
"activity_id": "A0008",
"user_id": "U0025",
"registration_id": "R0137",
"checkin_time": "2025-04-16 05:30:42",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "37.697400,124.784329"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0093",
"activity_id": "A0008",
"user_id": "U0010",
"registration_id": "R0139",
"checkin_time": "2025-04-16 05:52:05",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "37.840360,125.457487"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0094",
"activity_id": "A0008",
"user_id": "U0033",
"registration_id": "R0140",
"checkin_time": "2025-04-16 05:57:41",
"checkin_type": "self-service",
"location": {
"name": "紫金读书会",
"coordinates": "26.522240,113.936005"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0095",
"activity_id": "A0008",
"user_id": "U0038",
"registration_id": "R0143",
"checkin_time": "2025-04-16 05:34:49",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "32.237890,101.465566"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0096",
"activity_id": "A0008",
"user_id": "U0027",
"registration_id": "R0145",
"checkin_time": "2025-04-16 05:32:21",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "26.943107,117.949832"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0097",
"activity_id": "A0008",
"user_id": "U0030",
"registration_id": "R0146",
"checkin_time": "2025-04-16 05:24:26",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "26.658257,117.440716"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0098",
"activity_id": "A0008",
"user_id": "U0021",
"registration_id": "R0148",
"checkin_time": "2025-04-16 05:41:35",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "28.532310,111.835896"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0099",
"activity_id": "A0008",
"user_id": "U0004",
"registration_id": "R0149",
"checkin_time": "2025-04-16 05:16:49",
"checkin_type": "QR code",
"location": {
"name": "紫金读书会",
"coordinates": "24.072484,125.678064"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0100",
"activity_id": "A0012",
"user_id": "U0026",
"registration_id": "R0178",
"checkin_time": "2025-04-04 05:04:24",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0101",
"activity_id": "A0012",
"user_id": "U0009",
"registration_id": "R0181",
"checkin_time": "2025-04-04 05:09:34",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0102",
"activity_id": "A0012",
"user_id": "U0025",
"registration_id": "R0182",
"checkin_time": "2025-04-04 05:25:45",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0103",
"activity_id": "A0012",
"user_id": "U0002",
"registration_id": "R0183",
"checkin_time": "2025-04-04 05:27:11",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0104",
"activity_id": "A0012",
"user_id": "U0031",
"registration_id": "R0184",
"checkin_time": "2025-04-04 05:31:22",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0105",
"activity_id": "A0012",
"user_id": "U0015",
"registration_id": "R0185",
"checkin_time": "2025-04-04 05:36:53",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0106",
"activity_id": "A0012",
"user_id": "U0039",
"registration_id": "R0187",
"checkin_time": "2025-04-04 05:48:01",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0107",
"activity_id": "A0012",
"user_id": "U0006",
"registration_id": "R0188",
"checkin_time": "2025-04-04 05:18:54",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0108",
"activity_id": "A0012",
"user_id": "U0020",
"registration_id": "R0189",
"checkin_time": "2025-04-04 05:55:49",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": true
},
{
"id": "C0109",
"activity_id": "A0012",
"user_id": "U0034",
"registration_id": "R0190",
"checkin_time": "2025-04-04 05:08:51",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0110",
"activity_id": "A0012",
"user_id": "U0010",
"registration_id": "R0191",
"checkin_time": "2025-04-04 05:48:49",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0111",
"activity_id": "A0012",
"user_id": "U0005",
"registration_id": "R0192",
"checkin_time": "2025-04-04 05:09:19",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0112",
"activity_id": "A0012",
"user_id": "U0032",
"registration_id": "R0193",
"checkin_time": "2025-04-04 05:00:54",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0113",
"activity_id": "A0012",
"user_id": "U0012",
"registration_id": "R0194",
"checkin_time": "2025-04-04 05:44:20",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0114",
"activity_id": "A0012",
"user_id": "U0023",
"registration_id": "R0195",
"checkin_time": "2025-04-04 05:24:39",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0115",
"activity_id": "A0012",
"user_id": "U0021",
"registration_id": "R0196",
"checkin_time": "2025-04-04 05:00:48",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0116",
"activity_id": "A0012",
"user_id": "U0004",
"registration_id": "R0199",
"checkin_time": "2025-04-04 05:47:11",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0117",
"activity_id": "A0012",
"user_id": "U0033",
"registration_id": "R0200",
"checkin_time": "2025-04-04 05:26:28",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0118",
"activity_id": "A0012",
"user_id": "U0018",
"registration_id": "R0201",
"checkin_time": "2025-04-04 05:27:24",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0119",
"activity_id": "A0012",
"user_id": "U0017",
"registration_id": "R0202",
"checkin_time": "2025-04-04 05:15:29",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0120",
"activity_id": "A0012",
"user_id": "U0030",
"registration_id": "R0203",
"checkin_time": "2025-04-04 06:00:53",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0121",
"activity_id": "A0012",
"user_id": "U0040",
"registration_id": "R0204",
"checkin_time": "2025-04-04 05:39:19",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0122",
"activity_id": "A0012",
"user_id": "U0035",
"registration_id": "R0205",
"checkin_time": "2025-04-04 04:59:03",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0123",
"activity_id": "A0012",
"user_id": "U0008",
"registration_id": "R0206",
"checkin_time": "2025-04-04 05:18:37",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0124",
"activity_id": "A0012",
"user_id": "U0029",
"registration_id": "R0207",
"checkin_time": "2025-04-04 05:05:57",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0125",
"activity_id": "A0012",
"user_id": "U0028",
"registration_id": "R0208",
"checkin_time": "2025-04-04 05:12:11",
"checkin_type": "manual",
"location": null,
"staff_id": "O0001",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0126",
"activity_id": "A0012",
"user_id": "U0027",
"registration_id": "R0209",
"checkin_time": "2025-04-04 05:25:32",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": true
},
{
"id": "C0127",
"activity_id": "A0012",
"user_id": "U0022",
"registration_id": "R0211",
"checkin_time": "2025-04-04 05:37:40",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": true
},
{
"id": "C0128",
"activity_id": "A0012",
"user_id": "U0016",
"registration_id": "R0213",
"checkin_time": "2025-04-04 05:02:22",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0129",
"activity_id": "A0012",
"user_id": "U0011",
"registration_id": "R0214",
"checkin_time": "2025-04-04 05:29:01",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0130",
"activity_id": "A0012",
"user_id": "U0036",
"registration_id": "R0215",
"checkin_time": "2025-04-04 05:42:57",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0131",
"activity_id": "A0012",
"user_id": "U0019",
"registration_id": "R0216",
"checkin_time": "2025-04-04 05:12:01",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0132",
"activity_id": "A0012",
"user_id": "U0037",
"registration_id": "R0217",
"checkin_time": "2025-04-04 05:43:15",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0133",
"activity_id": "A0013",
"user_id": "U0021",
"registration_id": "R0219",
"checkin_time": "2025-04-16 06:30:48",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "31.314481,112.706910"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0134",
"activity_id": "A0013",
"user_id": "U0034",
"registration_id": "R0220",
"checkin_time": "2025-04-16 06:28:10",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "27.233821,118.026442"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0135",
"activity_id": "A0013",
"user_id": "U0024",
"registration_id": "R0222",
"checkin_time": "2025-04-16 06:19:07",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.304584,117.374957"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0136",
"activity_id": "A0013",
"user_id": "U0006",
"registration_id": "R0226",
"checkin_time": "2025-04-16 06:47:15",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.656372,107.313507"
},
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": true
},
{
"id": "C0137",
"activity_id": "A0013",
"user_id": "U0016",
"registration_id": "R0228",
"checkin_time": "2025-04-16 06:02:25",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "22.619492,111.165082"
},
"staff_id": "O0003",
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0138",
"activity_id": "A0013",
"user_id": "U0039",
"registration_id": "R0230",
"checkin_time": "2025-04-16 06:19:57",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "28.583453,100.061289"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0139",
"activity_id": "A0013",
"user_id": "U0033",
"registration_id": "R0231",
"checkin_time": "2025-04-16 05:48:13",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "39.928726,103.865093"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0140",
"activity_id": "A0013",
"user_id": "U0013",
"registration_id": "R0232",
"checkin_time": "2025-04-16 06:22:37",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "30.206263,116.407620"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0141",
"activity_id": "A0013",
"user_id": "U0017",
"registration_id": "R0237",
"checkin_time": "2025-04-16 05:51:41",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "26.353654,112.348033"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0142",
"activity_id": "A0013",
"user_id": "U0040",
"registration_id": "R0238",
"checkin_time": "2025-04-16 05:59:42",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "29.536559,121.926857"
},
"staff_id": "O0003",
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0143",
"activity_id": "A0013",
"user_id": "U0028",
"registration_id": "R0239",
"checkin_time": "2025-04-16 06:03:43",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.445453,111.849643"
},
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0144",
"activity_id": "A0013",
"user_id": "U0015",
"registration_id": "R0240",
"checkin_time": "2025-04-16 06:15:58",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.987819,109.828606"
},
"staff_id": null,
"status": "failed",
"notes": "网络连接不稳定",
"is_late": false
},
{
"id": "C0145",
"activity_id": "A0013",
"user_id": "U0023",
"registration_id": "R0242",
"checkin_time": "2025-04-16 06:21:50",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.259928,108.439322"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0146",
"activity_id": "A0013",
"user_id": "U0012",
"registration_id": "R0243",
"checkin_time": "2025-04-16 06:22:16",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "30.354202,113.504246"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0147",
"activity_id": "A0013",
"user_id": "U0020",
"registration_id": "R0244",
"checkin_time": "2025-04-16 06:14:18",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.643924,120.520059"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0148",
"activity_id": "A0013",
"user_id": "U0022",
"registration_id": "R0246",
"checkin_time": "2025-04-16 06:03:06",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "31.559993,119.096261"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0149",
"activity_id": "A0013",
"user_id": "U0003",
"registration_id": "R0247",
"checkin_time": "2025-04-16 05:52:52",
"checkin_type": "self-service",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "39.656725,112.033980"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0150",
"activity_id": "A0013",
"user_id": "U0001",
"registration_id": "R0249",
"checkin_time": "2025-04-16 05:53:42",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "35.419700,117.373079"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0151",
"activity_id": "A0013",
"user_id": "U0036",
"registration_id": "R0250",
"checkin_time": "2025-04-16 06:22:22",
"checkin_type": "self-service",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "22.718087,103.176777"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0152",
"activity_id": "A0013",
"user_id": "U0037",
"registration_id": "R0251",
"checkin_time": "2025-04-16 06:04:16",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "36.437377,116.319798"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0153",
"activity_id": "A0013",
"user_id": "U0010",
"registration_id": "R0252",
"checkin_time": "2025-04-16 06:06:45",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "25.502640,110.555487"
},
"staff_id": null,
"status": "failed",
"notes": "设备问题",
"is_late": false
},
{
"id": "C0154",
"activity_id": "A0013",
"user_id": "U0004",
"registration_id": "R0254",
"checkin_time": "2025-04-16 06:00:23",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "38.473438,101.763058"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0155",
"activity_id": "A0013",
"user_id": "U0005",
"registration_id": "R0255",
"checkin_time": "2025-04-16 06:50:21",
"checkin_type": "QR code",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "25.433843,111.547821"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0156",
"activity_id": "A0013",
"user_id": "U0025",
"registration_id": "R0256",
"checkin_time": "2025-04-16 06:06:05",
"checkin_type": "manual",
"location": {
"name": "深蓝咖啡馆",
"coordinates": "33.246812,102.422719"
},
"staff_id": "O0003",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0157",
"activity_id": "A0015",
"user_id": "U0035",
"registration_id": "R0263",
"checkin_time": "2025-04-16 06:21:26",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0158",
"activity_id": "A0015",
"user_id": "U0010",
"registration_id": "R0264",
"checkin_time": "2025-04-16 06:35:32",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0159",
"activity_id": "A0015",
"user_id": "U0015",
"registration_id": "R0265",
"checkin_time": "2025-04-16 05:52:07",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0160",
"activity_id": "A0015",
"user_id": "U0005",
"registration_id": "R0266",
"checkin_time": "2025-04-16 06:18:17",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0161",
"activity_id": "A0015",
"user_id": "U0001",
"registration_id": "R0267",
"checkin_time": "2025-04-16 06:05:44",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": true
},
{
"id": "C0162",
"activity_id": "A0015",
"user_id": "U0025",
"registration_id": "R0270",
"checkin_time": "2025-04-16 06:32:13",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0163",
"activity_id": "A0015",
"user_id": "U0018",
"registration_id": "R0274",
"checkin_time": "2025-04-16 06:25:01",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0164",
"activity_id": "A0015",
"user_id": "U0019",
"registration_id": "R0275",
"checkin_time": "2025-04-16 06:13:07",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0165",
"activity_id": "A0022",
"user_id": "U0026",
"registration_id": "R0304",
"checkin_time": "2025-04-16 07:15:52",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "26.580414,125.344607"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0166",
"activity_id": "A0022",
"user_id": "U0016",
"registration_id": "R0307",
"checkin_time": "2025-04-16 06:48:22",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "24.470878,121.132080"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0167",
"activity_id": "A0022",
"user_id": "U0001",
"registration_id": "R0310",
"checkin_time": "2025-04-16 06:28:54",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "28.449496,109.032109"
},
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0168",
"activity_id": "A0022",
"user_id": "U0008",
"registration_id": "R0312",
"checkin_time": "2025-04-16 06:55:34",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "36.733507,110.478652"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0169",
"activity_id": "A0022",
"user_id": "U0021",
"registration_id": "R0313",
"checkin_time": "2025-04-16 06:27:02",
"checkin_type": "self-service",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.460924,120.561687"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0170",
"activity_id": "A0022",
"user_id": "U0035",
"registration_id": "R0314",
"checkin_time": "2025-04-16 06:31:10",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "26.603106,100.136011"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0171",
"activity_id": "A0022",
"user_id": "U0009",
"registration_id": "R0316",
"checkin_time": "2025-04-16 06:23:40",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "34.533322,104.144383"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0172",
"activity_id": "A0022",
"user_id": "U0015",
"registration_id": "R0317",
"checkin_time": "2025-04-16 06:55:20",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "23.284204,106.163339"
},
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0173",
"activity_id": "A0022",
"user_id": "U0036",
"registration_id": "R0318",
"checkin_time": "2025-04-16 06:47:27",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "32.940263,122.500088"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0174",
"activity_id": "A0022",
"user_id": "U0012",
"registration_id": "R0319",
"checkin_time": "2025-04-16 06:35:18",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "23.633884,125.935592"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0175",
"activity_id": "A0022",
"user_id": "U0020",
"registration_id": "R0320",
"checkin_time": "2025-04-16 06:44:24",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.891166,113.054445"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0176",
"activity_id": "A0022",
"user_id": "U0017",
"registration_id": "R0321",
"checkin_time": "2025-04-16 06:18:29",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.287921,119.065611"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0177",
"activity_id": "A0022",
"user_id": "U0004",
"registration_id": "R0324",
"checkin_time": "2025-04-16 06:48:23",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.466273,121.305050"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0178",
"activity_id": "A0022",
"user_id": "U0031",
"registration_id": "R0327",
"checkin_time": "2025-04-16 06:22:20",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.379818,116.809350"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0179",
"activity_id": "A0022",
"user_id": "U0037",
"registration_id": "R0328",
"checkin_time": "2025-04-16 06:28:39",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "26.477816,122.575710"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0180",
"activity_id": "A0022",
"user_id": "U0007",
"registration_id": "R0329",
"checkin_time": "2025-04-16 06:37:26",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "25.742254,108.270197"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0181",
"activity_id": "A0022",
"user_id": "U0018",
"registration_id": "R0331",
"checkin_time": "2025-04-16 06:59:00",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "27.938128,105.012614"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0182",
"activity_id": "A0022",
"user_id": "U0030",
"registration_id": "R0332",
"checkin_time": "2025-04-16 07:01:36",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "39.677261,117.105251"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0183",
"activity_id": "A0022",
"user_id": "U0006",
"registration_id": "R0333",
"checkin_time": "2025-04-16 06:51:37",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "26.249063,116.245331"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0184",
"activity_id": "A0022",
"user_id": "U0014",
"registration_id": "R0336",
"checkin_time": "2025-04-16 06:33:41",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "32.162403,115.813070"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0185",
"activity_id": "A0022",
"user_id": "U0024",
"registration_id": "R0338",
"checkin_time": "2025-04-16 06:54:14",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "25.927681,123.295939"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0186",
"activity_id": "A0022",
"user_id": "U0003",
"registration_id": "R0339",
"checkin_time": "2025-04-16 06:37:10",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "24.967249,100.833877"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0187",
"activity_id": "A0022",
"user_id": "U0033",
"registration_id": "R0340",
"checkin_time": "2025-04-16 06:40:31",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "34.843743,113.933664"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0188",
"activity_id": "A0022",
"user_id": "U0011",
"registration_id": "R0342",
"checkin_time": "2025-04-16 06:44:31",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.968901,123.655330"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0189",
"activity_id": "A0022",
"user_id": "U0005",
"registration_id": "R0343",
"checkin_time": "2025-04-16 06:18:06",
"checkin_type": "self-service",
"location": {
"name": "大雁塔文化空间",
"coordinates": "22.517659,116.229674"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0190",
"activity_id": "A0023",
"user_id": "U0014",
"registration_id": "R0344",
"checkin_time": "2025-03-27 05:16:40",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0191",
"activity_id": "A0023",
"user_id": "U0006",
"registration_id": "R0346",
"checkin_time": "2025-03-27 05:35:36",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0192",
"activity_id": "A0023",
"user_id": "U0030",
"registration_id": "R0347",
"checkin_time": "2025-03-27 05:23:26",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0193",
"activity_id": "A0023",
"user_id": "U0035",
"registration_id": "R0348",
"checkin_time": "2025-03-27 05:11:26",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0194",
"activity_id": "A0023",
"user_id": "U0007",
"registration_id": "R0350",
"checkin_time": "2025-03-27 05:05:40",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "failed",
"notes": "签到后临时离开",
"is_late": false
},
{
"id": "C0195",
"activity_id": "A0023",
"user_id": "U0016",
"registration_id": "R0351",
"checkin_time": "2025-03-27 05:30:46",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0196",
"activity_id": "A0023",
"user_id": "U0011",
"registration_id": "R0352",
"checkin_time": "2025-03-27 05:32:44",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0197",
"activity_id": "A0023",
"user_id": "U0003",
"registration_id": "R0353",
"checkin_time": "2025-03-27 05:31:42",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0198",
"activity_id": "A0023",
"user_id": "U0029",
"registration_id": "R0354",
"checkin_time": "2025-03-27 04:59:34",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0199",
"activity_id": "A0023",
"user_id": "U0034",
"registration_id": "R0355",
"checkin_time": "2025-03-27 05:32:02",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0200",
"activity_id": "A0023",
"user_id": "U0002",
"registration_id": "R0356",
"checkin_time": "2025-03-27 05:26:35",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0201",
"activity_id": "A0023",
"user_id": "U0026",
"registration_id": "R0357",
"checkin_time": "2025-03-27 05:05:43",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0202",
"activity_id": "A0023",
"user_id": "U0008",
"registration_id": "R0358",
"checkin_time": "2025-03-27 05:26:39",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0203",
"activity_id": "A0023",
"user_id": "U0020",
"registration_id": "R0360",
"checkin_time": "2025-03-27 05:57:08",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0204",
"activity_id": "A0023",
"user_id": "U0038",
"registration_id": "R0361",
"checkin_time": "2025-03-27 05:23:01",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0205",
"activity_id": "A0023",
"user_id": "U0024",
"registration_id": "R0362",
"checkin_time": "2025-03-27 05:33:56",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0206",
"activity_id": "A0023",
"user_id": "U0025",
"registration_id": "R0363",
"checkin_time": "2025-03-27 05:23:06",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0207",
"activity_id": "A0023",
"user_id": "U0001",
"registration_id": "R0365",
"checkin_time": "2025-03-27 05:18:27",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0208",
"activity_id": "A0023",
"user_id": "U0019",
"registration_id": "R0366",
"checkin_time": "2025-03-27 05:34:53",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0209",
"activity_id": "A0023",
"user_id": "U0027",
"registration_id": "R0370",
"checkin_time": "2025-03-27 05:33:23",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0210",
"activity_id": "A0023",
"user_id": "U0036",
"registration_id": "R0371",
"checkin_time": "2025-03-27 05:22:50",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0211",
"activity_id": "A0023",
"user_id": "U0031",
"registration_id": "R0373",
"checkin_time": "2025-03-27 05:34:33",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "提前到达",
"is_late": false
},
{
"id": "C0212",
"activity_id": "A0023",
"user_id": "U0037",
"registration_id": "R0374",
"checkin_time": "2025-03-27 05:27:34",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0213",
"activity_id": "A0023",
"user_id": "U0013",
"registration_id": "R0375",
"checkin_time": "2025-03-27 05:23:16",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
},
{
"id": "C0214",
"activity_id": "A0023",
"user_id": "U0005",
"registration_id": "R0376",
"checkin_time": "2025-03-27 05:11:53",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "failed",
"notes": "网络连接不稳定",
"is_late": false
},
{
"id": "C0215",
"activity_id": "A0023",
"user_id": "U0039",
"registration_id": "R0377",
"checkin_time": "2025-03-27 05:01:36",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0216",
"activity_id": "A0023",
"user_id": "U0017",
"registration_id": "R0379",
"checkin_time": "2025-03-27 05:31:07",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0217",
"activity_id": "A0023",
"user_id": "U0004",
"registration_id": "R0380",
"checkin_time": "2025-03-27 05:42:59",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0218",
"activity_id": "A0023",
"user_id": "U0015",
"registration_id": "R0381",
"checkin_time": "2025-03-27 05:45:54",
"checkin_type": "self-service",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0219",
"activity_id": "A0023",
"user_id": "U0009",
"registration_id": "R0382",
"checkin_time": "2025-03-27 05:26:18",
"checkin_type": "manual",
"location": null,
"staff_id": "O0007",
"status": "successful",
"notes": "带了书本",
"is_late": true
},
{
"id": "C0220",
"activity_id": "A0023",
"user_id": "U0040",
"registration_id": "R0383",
"checkin_time": "2025-03-27 05:30:24",
"checkin_type": "QR code",
"location": null,
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0221",
"activity_id": "A0027",
"user_id": "U0017",
"registration_id": "R0407",
"checkin_time": "2025-04-16 05:32:53",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.833814,114.514317"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0222",
"activity_id": "A0027",
"user_id": "U0031",
"registration_id": "R0408",
"checkin_time": "2025-04-16 05:46:08",
"checkin_type": "self-service",
"location": {
"name": "大雁塔文化空间",
"coordinates": "27.781089,102.822173"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0223",
"activity_id": "A0027",
"user_id": "U0029",
"registration_id": "R0410",
"checkin_time": "2025-04-16 05:47:53",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "27.308599,114.704434"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0224",
"activity_id": "A0027",
"user_id": "U0007",
"registration_id": "R0411",
"checkin_time": "2025-04-16 05:40:07",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.156809,110.024987"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0225",
"activity_id": "A0027",
"user_id": "U0022",
"registration_id": "R0414",
"checkin_time": "2025-04-16 05:55:30",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.231849,102.497485"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0226",
"activity_id": "A0027",
"user_id": "U0027",
"registration_id": "R0417",
"checkin_time": "2025-04-16 05:54:23",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.564601,104.408038"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0227",
"activity_id": "A0027",
"user_id": "U0005",
"registration_id": "R0418",
"checkin_time": "2025-04-16 05:47:45",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "24.122715,109.827973"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0228",
"activity_id": "A0027",
"user_id": "U0013",
"registration_id": "R0419",
"checkin_time": "2025-04-16 05:27:24",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "25.549267,111.522543"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0229",
"activity_id": "A0027",
"user_id": "U0037",
"registration_id": "R0421",
"checkin_time": "2025-04-16 05:22:07",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "26.680011,113.731917"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": true
},
{
"id": "C0230",
"activity_id": "A0027",
"user_id": "U0012",
"registration_id": "R0422",
"checkin_time": "2025-04-16 05:08:30",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.777704,110.012542"
},
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0231",
"activity_id": "A0027",
"user_id": "U0024",
"registration_id": "R0423",
"checkin_time": "2025-04-16 05:24:15",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.010222,103.940968"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0232",
"activity_id": "A0027",
"user_id": "U0006",
"registration_id": "R0424",
"checkin_time": "2025-04-16 05:08:05",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "33.278353,101.387988"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0233",
"activity_id": "A0030",
"user_id": "U0022",
"registration_id": "R0441",
"checkin_time": "2025-03-24 06:13:41",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "28.787895,119.435720"
},
"staff_id": null,
"status": "successful",
"notes": "按时到达",
"is_late": false
},
{
"id": "C0234",
"activity_id": "A0030",
"user_id": "U0031",
"registration_id": "R0442",
"checkin_time": "2025-03-24 06:14:40",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.127912,104.147554"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0235",
"activity_id": "A0030",
"user_id": "U0003",
"registration_id": "R0443",
"checkin_time": "2025-03-24 06:12:05",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "36.552893,123.319240"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0236",
"activity_id": "A0030",
"user_id": "U0030",
"registration_id": "R0444",
"checkin_time": "2025-03-24 06:35:57",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "37.606920,110.862144"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0237",
"activity_id": "A0030",
"user_id": "U0028",
"registration_id": "R0445",
"checkin_time": "2025-03-24 06:21:00",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "36.680083,106.083682"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0238",
"activity_id": "A0030",
"user_id": "U0007",
"registration_id": "R0446",
"checkin_time": "2025-03-24 06:14:08",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "39.916319,120.798035"
},
"staff_id": null,
"status": "failed",
"notes": "未携带所需材料",
"is_late": false
},
{
"id": "C0239",
"activity_id": "A0030",
"user_id": "U0034",
"registration_id": "R0447",
"checkin_time": "2025-03-24 06:21:39",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "35.329186,107.028931"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0240",
"activity_id": "A0030",
"user_id": "U0032",
"registration_id": "R0449",
"checkin_time": "2025-03-24 06:19:22",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.944494,124.919253"
},
"staff_id": null,
"status": "failed",
"notes": "迟到超过30分钟",
"is_late": false
},
{
"id": "C0241",
"activity_id": "A0030",
"user_id": "U0016",
"registration_id": "R0450",
"checkin_time": "2025-03-24 06:31:18",
"checkin_type": "self-service",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.156234,121.488007"
},
"staff_id": null,
"status": "failed",
"notes": "网络连接不稳定",
"is_late": false
},
{
"id": "C0242",
"activity_id": "A0030",
"user_id": "U0002",
"registration_id": "R0451",
"checkin_time": "2025-03-24 06:32:07",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "36.425545,115.307617"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0243",
"activity_id": "A0030",
"user_id": "U0029",
"registration_id": "R0453",
"checkin_time": "2025-03-24 06:04:37",
"checkin_type": "self-service",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.531905,106.376309"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0244",
"activity_id": "A0030",
"user_id": "U0038",
"registration_id": "R0454",
"checkin_time": "2025-03-24 06:16:33",
"checkin_type": "self-service",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.017986,114.083724"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0245",
"activity_id": "A0030",
"user_id": "U0021",
"registration_id": "R0455",
"checkin_time": "2025-03-24 06:11:23",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "27.571855,119.718238"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0246",
"activity_id": "A0030",
"user_id": "U0027",
"registration_id": "R0456",
"checkin_time": "2025-03-24 06:24:43",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.706085,113.113853"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0247",
"activity_id": "A0030",
"user_id": "U0012",
"registration_id": "R0457",
"checkin_time": "2025-03-24 06:31:03",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "36.627228,124.621240"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0248",
"activity_id": "A0030",
"user_id": "U0009",
"registration_id": "R0458",
"checkin_time": "2025-03-24 06:24:40",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "28.284668,120.174935"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0249",
"activity_id": "A0030",
"user_id": "U0035",
"registration_id": "R0459",
"checkin_time": "2025-03-24 06:22:22",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "25.338185,120.506832"
},
"staff_id": null,
"status": "successful",
"notes": "提前到达",
"is_late": true
},
{
"id": "C0250",
"activity_id": "A0030",
"user_id": "U0036",
"registration_id": "R0460",
"checkin_time": "2025-03-24 06:10:36",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "39.576489,123.708963"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0251",
"activity_id": "A0030",
"user_id": "U0010",
"registration_id": "R0461",
"checkin_time": "2025-03-24 06:30:17",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "25.560215,113.066388"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0252",
"activity_id": "A0030",
"user_id": "U0011",
"registration_id": "R0462",
"checkin_time": "2025-03-24 06:53:26",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "24.201619,102.148571"
},
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": true
},
{
"id": "C0253",
"activity_id": "A0030",
"user_id": "U0040",
"registration_id": "R0464",
"checkin_time": "2025-03-24 06:28:18",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "27.166876,110.472657"
},
"staff_id": "O0005",
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0254",
"activity_id": "A0030",
"user_id": "U0005",
"registration_id": "R0465",
"checkin_time": "2025-03-24 06:16:32",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "39.765965,102.449461"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0255",
"activity_id": "A0030",
"user_id": "U0017",
"registration_id": "R0466",
"checkin_time": "2025-03-24 06:26:07",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "35.381179,100.310767"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0256",
"activity_id": "A0030",
"user_id": "U0006",
"registration_id": "R0467",
"checkin_time": "2025-03-24 06:08:21",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "30.564468,110.716545"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0257",
"activity_id": "A0030",
"user_id": "U0013",
"registration_id": "R0468",
"checkin_time": "2025-03-24 06:34:50",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "38.552870,102.806985"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0258",
"activity_id": "A0030",
"user_id": "U0014",
"registration_id": "R0469",
"checkin_time": "2025-03-24 06:11:44",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "28.615959,124.683004"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0259",
"activity_id": "A0030",
"user_id": "U0024",
"registration_id": "R0470",
"checkin_time": "2025-03-24 06:21:59",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "32.650324,122.567416"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0260",
"activity_id": "A0030",
"user_id": "U0023",
"registration_id": "R0471",
"checkin_time": "2025-03-24 06:19:00",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "33.643347,118.704871"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0261",
"activity_id": "A0030",
"user_id": "U0018",
"registration_id": "R0472",
"checkin_time": "2025-03-24 06:11:01",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "29.846041,119.659244"
},
"staff_id": null,
"status": "successful",
"notes": "热情参与讨论",
"is_late": false
},
{
"id": "C0262",
"activity_id": "A0030",
"user_id": "U0020",
"registration_id": "R0474",
"checkin_time": "2025-03-24 06:35:07",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "25.709511,106.061221"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": true
},
{
"id": "C0263",
"activity_id": "A0030",
"user_id": "U0008",
"registration_id": "R0475",
"checkin_time": "2025-03-24 06:39:17",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "32.647541,101.108562"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0264",
"activity_id": "A0030",
"user_id": "U0039",
"registration_id": "R0476",
"checkin_time": "2025-03-24 06:08:49",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "23.752600,113.568037"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0265",
"activity_id": "A0030",
"user_id": "U0025",
"registration_id": "R0477",
"checkin_time": "2025-03-24 06:14:21",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "27.951622,124.171448"
},
"staff_id": null,
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0266",
"activity_id": "A0030",
"user_id": "U0004",
"registration_id": "R0478",
"checkin_time": "2025-03-24 06:28:35",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "39.931468,121.020079"
},
"staff_id": null,
"status": "successful",
"notes": "准备充分",
"is_late": false
},
{
"id": "C0267",
"activity_id": "A0030",
"user_id": "U0037",
"registration_id": "R0479",
"checkin_time": "2025-03-24 06:07:58",
"checkin_type": "manual",
"location": {
"name": "大雁塔文化空间",
"coordinates": "34.700797,103.276532"
},
"staff_id": "O0005",
"status": "successful",
"notes": "",
"is_late": false
},
{
"id": "C0268",
"activity_id": "A0030",
"user_id": "U0001",
"registration_id": "R0480",
"checkin_time": "2025-03-24 06:28:46",
"checkin_type": "QR code",
"location": {
"name": "大雁塔文化空间",
"coordinates": "39.529239,117.178983"
},
"staff_id": null,
"status": "successful",
"notes": "带了书本",
"is_late": false
}
]
\ No newline at end of file
{
"data": [
{
"title": "Travel Blog",
"description": "Here is json data for travel blog"
}
]
}
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -2,18 +2,1293 @@
"users": [
{
"id": "U0001",
"name": "张三",
"email": "zhangsan@example.com",
"avatar": "/assets/images/avatars/default.png",
"role": "member",
"created_at": "2024-01-01 00:00:00",
"updated_at": "2024-01-01 00:00:00",
"last_login": "2024-04-17 10:00:00",
"status": "active",
"preferences": {
"notification_email": true,
"notification_web": true
}
"username": "philosopher915",
"name": "陈静",
"avatar": "https://randomuser.me/api/portraits/women/33.jpg",
"phone": "15242619085",
"email": "philosopher915@outlook.com",
"gender": "男",
"age_group": "31-35岁",
"education": "高中",
"registration_date": "2024-10-15 07:11:49",
"location": "南京",
"bio": "观点,交流,生活,发现,认知,情感,情感,交流,兴趣",
"interests": [
"历史",
"古典文学",
"教育",
"社会科学",
"政治"
],
"is_organizer": false,
"organization": null,
"activity_count": 10,
"follow_count": 7,
"followers_count": 13,
"is_new_user": false
},
{
"id": "U0002",
"username": "bibliophile888",
"name": "林杰",
"avatar": "https://randomuser.me/api/portraits/men/71.jpg",
"phone": "18639598797",
"email": "bibliophile888@foxmail.com",
"gender": "女",
"age_group": "31-35岁",
"education": "本科",
"registration_date": "2023-11-12 07:11:49",
"location": "西安",
"bio": "生活,未来,读书,思考,知识,思考,感悟,视野,思想,坚持,热爱,工作,沟通,坚持,知识,生活,理解,坚持",
"interests": [
"推理",
"诗歌",
"音乐",
"政治",
"旅行"
],
"is_organizer": false,
"organization": null,
"activity_count": 9,
"follow_count": 37,
"followers_count": 14,
"is_new_user": false
},
{
"id": "U0003",
"username": "sage560",
"name": "胡秀英",
"avatar": "https://randomuser.me/api/portraits/men/25.jpg",
"phone": "13039456917",
"email": "sage560@gmail.com",
"gender": "女",
"age_group": "41-50岁",
"education": "硕士",
"registration_date": "2024-03-12 07:11:49",
"location": "北京",
"bio": "思想,学习,沟通,坚持,启发,认知,经验,创造,理解,观点,精神,认知,思想,视野,探索,知识,文化,",
"interests": [
"艺术",
"哲学",
"旅行",
"政治",
"教育"
],
"is_organizer": false,
"organization": null,
"activity_count": 5,
"follow_count": 13,
"followers_count": 15,
"is_new_user": false
},
{
"id": "U0004",
"username": "reader777",
"name": "陈勇",
"avatar": "https://randomuser.me/api/portraits/men/92.jpg",
"phone": "13678802250",
"email": "reader777@163.com",
"gender": "女",
"age_group": "36-40岁",
"education": "硕士",
"registration_date": "2023-05-28 07:11:49",
"location": "重庆",
"bio": "生活,教育,分享,交流,启发,观点,沟通,情感,观点,发现,认知,价值,视野",
"interests": [
"旅行",
"外国文学",
"古典文学",
"推理",
"经济"
],
"is_organizer": false,
"organization": null,
"activity_count": 9,
"follow_count": 18,
"followers_count": 22,
"is_new_user": false
},
{
"id": "U0005",
"username": "scholar823",
"name": "李霞",
"avatar": "https://randomuser.me/api/portraits/women/24.jpg",
"phone": "15765356756",
"email": "scholar823@outlook.com",
"gender": "女",
"age_group": "41-50岁",
"education": "高中",
"registration_date": "2023-07-05 07:11:49",
"location": "北京",
"bio": "思考,兴趣,观点,兴趣,观点,经验,观点,观点,文化,智慧",
"interests": [
"艺术",
"旅行",
"古典文学",
"音乐",
"外国文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 2,
"followers_count": 27,
"is_new_user": false
},
{
"id": "U0006",
"username": "thinker926",
"name": "胡超",
"avatar": "https://randomuser.me/api/portraits/men/40.jpg",
"phone": "15926853615",
"email": "thinker926@126.com",
"gender": "女",
"age_group": "36-40岁",
"education": "博士",
"registration_date": "2025-04-10 07:11:49",
"location": "北京",
"bio": "情感,未来,发现,创造,灵感,灵感,读书,灵感,灵感",
"interests": [
"心理学",
"哲学",
"管理",
"科技"
],
"is_organizer": false,
"organization": null,
"activity_count": 15,
"follow_count": 10,
"followers_count": 21,
"is_new_user": true
},
{
"id": "U0007",
"username": "reader206",
"name": "何秀英",
"avatar": "https://randomuser.me/api/portraits/men/33.jpg",
"phone": "13028502918",
"email": "reader206@hotmail.com",
"gender": "女",
"age_group": "18-24岁",
"education": "大专",
"registration_date": "2024-05-18 07:11:49",
"location": "深圳",
"bio": "坚持,文化,教育,智慧,专注,情感,探索,成长,知识,沟通,生活,认知",
"interests": [
"外国文学",
"古典文学",
"传记",
"科技",
"社会科学"
],
"is_organizer": false,
"organization": null,
"activity_count": 13,
"follow_count": 1,
"followers_count": 25,
"is_new_user": false
},
{
"id": "U0008",
"username": "reader520",
"name": "周霞",
"avatar": "https://randomuser.me/api/portraits/women/77.jpg",
"phone": "13954151629",
"email": "reader520@126.com",
"gender": "男",
"age_group": "31-35岁",
"education": "本科",
"registration_date": "2024-08-24 07:11:49",
"location": "北京",
"bio": "读书,专注,观点,兴趣,知识,探索,智慧,情感,理解,创造,心灵,思想,观点,创造,视野,认知,学习,文化,探索,情感,知识,视野,工作",
"interests": [
"健康",
"推理"
],
"is_organizer": false,
"organization": null,
"activity_count": 15,
"follow_count": 43,
"followers_count": 16,
"is_new_user": false
},
{
"id": "U0009",
"username": "literati391",
"name": "何敏",
"avatar": "https://randomuser.me/api/portraits/women/26.jpg",
"phone": "18778721591",
"email": "literati391@gmail.com",
"gender": "女",
"age_group": "41-50岁",
"education": "博士",
"registration_date": "2024-08-06 07:11:49",
"location": "重庆",
"bio": "成长,工作,启发,文化,认知,观点,创造,感悟,学习,情感,坚持,成长,视野,思考,生活,启发,热爱,热爱",
"interests": [
"健康",
"经济",
"科幻",
"外国文学",
"社会科学"
],
"is_organizer": false,
"organization": null,
"activity_count": 5,
"follow_count": 14,
"followers_count": 5,
"is_new_user": false
},
{
"id": "U0010",
"username": "scholar137",
"name": "黄伟",
"avatar": "https://randomuser.me/api/portraits/women/46.jpg",
"phone": "15554784272",
"email": "scholar137@qq.com",
"gender": "女",
"age_group": "50岁以上",
"education": "博士",
"registration_date": "2023-04-21 07:11:49",
"location": "深圳",
"bio": "未来,心灵,知识,沟通,交流,感悟,未来,情感,知识,表达,理解,沟通,表达,观点,价值,工作,交流,教育,知识,发现,发现,读书,学习,认知,启发,工作,价值,智慧,沟通,启发,表达,感悟,",
"interests": [
"政治",
"经济",
"推理"
],
"is_organizer": false,
"organization": null,
"activity_count": 5,
"follow_count": 44,
"followers_count": 10,
"is_new_user": false
},
{
"id": "U0011",
"username": "thinker327",
"name": "陈洋",
"avatar": "https://randomuser.me/api/portraits/men/44.jpg",
"phone": "13252122058",
"email": "thinker327@gmail.com",
"gender": "女",
"age_group": "41-50岁",
"education": "大专",
"registration_date": "2024-06-27 07:11:49",
"location": "北京",
"bio": "工作,启发,工作,表达,发现,观点,读书,经验,沟通,探索,智慧,理解,文化,探索,兴趣,兴趣,思考,灵感,",
"interests": [
"健康",
"历史",
"文学",
"经济",
"心理学"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 15,
"followers_count": 11,
"is_new_user": false
},
{
"id": "U0012",
"username": "scholar730",
"name": "陈超",
"avatar": "https://randomuser.me/api/portraits/men/67.jpg",
"phone": "13152364083",
"email": "scholar730@126.com",
"gender": "男",
"age_group": "41-50岁",
"education": "博士",
"registration_date": "2023-10-07 07:11:49",
"location": "北京",
"bio": "交流,探索,灵感,发现,未来,分享,专注,读书,工作,未来,思考,观点",
"interests": [
"传记"
],
"is_organizer": false,
"organization": null,
"activity_count": 2,
"follow_count": 34,
"followers_count": 5,
"is_new_user": false
},
{
"id": "U0013",
"username": "booklover923",
"name": "黄超",
"avatar": "https://randomuser.me/api/portraits/men/48.jpg",
"phone": "15670614516",
"email": "booklover923@126.com",
"gender": "女",
"age_group": "36-40岁",
"education": "硕士",
"registration_date": "2024-10-25 07:11:49",
"location": "重庆",
"bio": "思考,精神,经验,价值,经验,精神,知识,启发,表达,学习,思考,生活,探索,经验,坚持,创造,思想,情感,专注,精神,知识,工作,探索,知识,思想",
"interests": [
"社会科学",
"科技",
"哲学",
"推理",
"心理学"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 15,
"followers_count": 10,
"is_new_user": false
},
{
"id": "U0014",
"username": "reader948",
"name": "李敏",
"avatar": "https://randomuser.me/api/portraits/men/85.jpg",
"phone": "18128797547",
"email": "reader948@qq.com",
"gender": "女",
"age_group": "18-24岁",
"education": "高中",
"registration_date": "2023-07-12 07:11:49",
"location": "广州",
"bio": "价值,坚持,认知,读书,灵感,探索,知识,坚持,专注,灵感,未来,文化,探索,教育,未来,教育,认知,学习,探索,教育",
"interests": [
"科技",
"政治",
"科幻"
],
"is_organizer": false,
"organization": null,
"activity_count": 9,
"follow_count": 50,
"followers_count": 9,
"is_new_user": false
},
{
"id": "U0015",
"username": "literati987",
"name": "徐磊",
"avatar": "https://randomuser.me/api/portraits/women/29.jpg",
"phone": "15585365059",
"email": "literati987@yahoo.com",
"gender": "女",
"age_group": "25-30岁",
"education": "博士",
"registration_date": "2024-06-18 07:11:49",
"location": "上海",
"bio": "理解,心灵,表达,感悟,启发,读书,文化,交流,兴趣,思想,文化,未来,分享,兴趣,启发,交流,生活,知识,专注,文化,情感,兴趣",
"interests": [
"教育",
"社会科学",
"哲学",
"管理",
"古典文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 4,
"follow_count": 40,
"followers_count": 18,
"is_new_user": false
},
{
"id": "U0016",
"username": "literati913",
"name": "刘磊",
"avatar": "https://randomuser.me/api/portraits/men/41.jpg",
"phone": "15126570482",
"email": "literati913@qq.com",
"gender": "女",
"age_group": "36-40岁",
"education": "本科",
"registration_date": "2023-09-06 07:11:49",
"location": "南京",
"bio": "思考,未来,感悟,探索,坚持,发现,感悟,思想,学习,沟通,坚持,文化,探索,未来",
"interests": [
"经济",
"管理"
],
"is_organizer": false,
"organization": null,
"activity_count": 10,
"follow_count": 19,
"followers_count": 26,
"is_new_user": false
},
{
"id": "U0017",
"username": "bibliophile286",
"name": "林杰",
"avatar": "https://randomuser.me/api/portraits/men/12.jpg",
"phone": "18598074151",
"email": "bibliophile286@foxmail.com",
"gender": "男",
"age_group": "36-40岁",
"education": "大专",
"registration_date": "2023-09-02 07:11:49",
"location": "杭州",
"bio": "兴趣,启发,坚持,观点,情感,沟通,生活,学习,交流,发现,精神",
"interests": [
"文学",
"音乐"
],
"is_organizer": false,
"organization": null,
"activity_count": 4,
"follow_count": 32,
"followers_count": 12,
"is_new_user": false
},
{
"id": "U0018",
"username": "sage162",
"name": "高明",
"avatar": "https://randomuser.me/api/portraits/women/73.jpg",
"phone": "18339690960",
"email": "sage162@126.com",
"gender": "女",
"age_group": "25-30岁",
"education": "本科",
"registration_date": "2024-06-14 07:11:49",
"location": "北京",
"bio": "热爱,思想,教育,学习,启发,教育,启发,生活,专注,知识,成长,热爱,热爱,学习,思想,视野,启发,思考,认知,精神,专注,坚持,读书,教育,思想,学习,读书,价值,理解,工作",
"interests": [
"社会科学",
"历史",
"音乐",
"心理学"
],
"is_organizer": false,
"organization": null,
"activity_count": 5,
"follow_count": 37,
"followers_count": 1,
"is_new_user": false
},
{
"id": "U0019",
"username": "thinker676",
"name": "张芳",
"avatar": "https://randomuser.me/api/portraits/men/31.jpg",
"phone": "15710859650",
"email": "thinker676@qq.com",
"gender": "男",
"age_group": "36-40岁",
"education": "本科",
"registration_date": "2025-03-20 07:11:49",
"location": "上海",
"bio": "坚持,成长,思想,情感,工作,心灵,经验,探索,分享,知识,创造,兴趣,表达,思考,分享,发现,情感,视野,思考,创造,文化,思想,",
"interests": [
"教育",
"旅行"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 12,
"followers_count": 8,
"is_new_user": true
},
{
"id": "U0020",
"username": "bibliophile942",
"name": "杨勇",
"avatar": "https://randomuser.me/api/portraits/men/9.jpg",
"phone": "13970324817",
"email": "bibliophile942@foxmail.com",
"gender": "男",
"age_group": "41-50岁",
"education": "硕士",
"registration_date": "2025-02-25 07:11:49",
"location": "西安",
"bio": "发现,成长,知识,智慧,理解,观点,坚持,创造,学习",
"interests": [
"推理",
"科幻",
"诗歌",
"管理",
"外国文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 9,
"follow_count": 49,
"followers_count": 29,
"is_new_user": false
},
{
"id": "U0021",
"username": "bibliophile998",
"name": "刘秀英",
"avatar": "https://randomuser.me/api/portraits/women/17.jpg",
"phone": "15844639209",
"email": "bibliophile998@126.com",
"gender": "女",
"age_group": "31-35岁",
"education": "硕士",
"registration_date": "2023-12-06 07:11:49",
"location": "武汉",
"bio": "精神,发现,心灵,交流,视野,情感,思考,情感,坚持,发现,心灵,教育,感悟,",
"interests": [
"外国文学",
"艺术",
"健康",
"政治",
"心理学"
],
"is_organizer": false,
"organization": null,
"activity_count": 6,
"follow_count": 17,
"followers_count": 25,
"is_new_user": false
},
{
"id": "U0022",
"username": "bibliophile730",
"name": "徐娜",
"avatar": "https://randomuser.me/api/portraits/women/5.jpg",
"phone": "18820345218",
"email": "bibliophile730@foxmail.com",
"gender": "男",
"age_group": "36-40岁",
"education": "硕士",
"registration_date": "2024-09-23 07:11:49",
"location": "北京",
"bio": "思考,创造,感悟,思想,学习,成长,情感,生活,启发,创造,学习,理解,感悟,生活,分享,沟通,智慧,探索,学习,智慧,交流,成长,",
"interests": [
"健康",
"诗歌",
"科幻",
"心理学"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 11,
"followers_count": 3,
"is_new_user": false
},
{
"id": "U0023",
"username": "booklover552",
"name": "徐娜",
"avatar": "https://randomuser.me/api/portraits/women/54.jpg",
"phone": "18161956034",
"email": "booklover552@foxmail.com",
"gender": "女",
"age_group": "31-35岁",
"education": "高中",
"registration_date": "2023-12-19 07:11:49",
"location": "成都",
"bio": "沟通,思考,价值,教育,分享,心灵,交流,生活,经验,启发,专注,情感",
"interests": [
"社会科学",
"音乐",
"古典文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 5,
"follow_count": 39,
"followers_count": 14,
"is_new_user": false
},
{
"id": "U0024",
"username": "bookworm707",
"name": "胡敏",
"avatar": "https://randomuser.me/api/portraits/men/80.jpg",
"phone": "13799073465",
"email": "bookworm707@yahoo.com",
"gender": "女",
"age_group": "31-35岁",
"education": "博士",
"registration_date": "2024-03-23 07:11:49",
"location": "武汉",
"bio": "沟通,情感,思考,未来,知识,生活,知识,工作,经验,教育,文化,专注,专注,情感,认知,未来,经验,精神,教育,认知,坚持,视野,精神,情感,交流,观点,表达,专注,分享,经验,视野,知识,认知",
"interests": [
"外国文学",
"音乐",
"管理",
"艺术"
],
"is_organizer": false,
"organization": null,
"activity_count": 4,
"follow_count": 17,
"followers_count": 6,
"is_new_user": false
},
{
"id": "U0025",
"username": "philosopher564",
"name": "朱洋",
"avatar": "https://randomuser.me/api/portraits/women/71.jpg",
"phone": "18654998138",
"email": "philosopher564@foxmail.com",
"gender": "男",
"age_group": "50岁以上",
"education": "硕士",
"registration_date": "2023-05-23 07:11:49",
"location": "深圳",
"bio": "思考,经验,观点,学习,理解,智慧,交流,表达,专注,",
"interests": [
"传记",
"社会科学",
"经济",
"音乐"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 20,
"followers_count": 27,
"is_new_user": false
},
{
"id": "U0026",
"username": "sage490",
"name": "吴洋",
"avatar": "https://randomuser.me/api/portraits/men/71.jpg",
"phone": "13415330923",
"email": "sage490@163.com",
"gender": "女",
"age_group": "36-40岁",
"education": "大专",
"registration_date": "2025-01-10 07:11:49",
"location": "广州",
"bio": "成长,心灵,精神,交流,分享,观点,认知,坚持,交流,创造,思考,经验,兴趣",
"interests": [
"音乐",
"健康"
],
"is_organizer": false,
"organization": null,
"activity_count": 13,
"follow_count": 49,
"followers_count": 20,
"is_new_user": false
},
{
"id": "U0027",
"username": "bookworm606",
"name": "王勇",
"avatar": "https://randomuser.me/api/portraits/women/55.jpg",
"phone": "18785082868",
"email": "bookworm606@126.com",
"gender": "女",
"age_group": "41-50岁",
"education": "高中",
"registration_date": "2024-12-05 07:11:49",
"location": "武汉",
"bio": "坚持,价值,思考,视野,观点,精神,感悟,分享,理解,启发,思考,文化,精神,思想,思考,热爱,",
"interests": [
"历史",
"健康",
"管理",
"古典文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 29,
"followers_count": 24,
"is_new_user": false
},
{
"id": "U0028",
"username": "sage811",
"name": "罗强",
"avatar": "https://randomuser.me/api/portraits/men/30.jpg",
"phone": "15294749899",
"email": "sage811@hotmail.com",
"gender": "男",
"age_group": "25-30岁",
"education": "大专",
"registration_date": "2024-08-05 07:11:49",
"location": "北京",
"bio": "成长,视野,视野,读书,思想,思想,沟通,知识,启发,精神,成长,感悟,认知,探索,表达,感悟,启发,热爱,文化,专注,思想,感悟,专注,情感,思想,发现,兴趣",
"interests": [
"艺术",
"文学",
"管理"
],
"is_organizer": false,
"organization": null,
"activity_count": 15,
"follow_count": 13,
"followers_count": 17,
"is_new_user": false
},
{
"id": "U0029",
"username": "scholar879",
"name": "朱强",
"avatar": "https://randomuser.me/api/portraits/men/24.jpg",
"phone": "15552442116",
"email": "scholar879@yahoo.com",
"gender": "女",
"age_group": "31-35岁",
"education": "本科",
"registration_date": "2024-04-26 07:11:49",
"location": "西安",
"bio": "生活,发现,沟通,感悟,情感,探索,生活,精神,教育,知识,思考,交流,成长,心灵,价值,教育,工作,心灵,发现,思想,发现,观点,经验,经验,成长,表达,表达,视野,知识,生活,教育",
"interests": [
"推理",
"管理"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 4,
"followers_count": 14,
"is_new_user": false
},
{
"id": "U0030",
"username": "booklover385",
"name": "张涛",
"avatar": "https://randomuser.me/api/portraits/women/38.jpg",
"phone": "15189425224",
"email": "booklover385@gmail.com",
"gender": "女",
"age_group": "41-50岁",
"education": "高中",
"registration_date": "2024-05-14 07:11:49",
"location": "成都",
"bio": "认知,经验,心灵,经验,观点,读书,热爱,思考,思考",
"interests": [
"哲学",
"文学",
"科幻",
"社会科学",
"外国文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 8,
"follow_count": 16,
"followers_count": 19,
"is_new_user": false
},
{
"id": "U0031",
"username": "bibliophile693",
"name": "李芳",
"avatar": "https://randomuser.me/api/portraits/women/21.jpg",
"phone": "18658709476",
"email": "bibliophile693@hotmail.com",
"gender": "男",
"age_group": "36-40岁",
"education": "高中",
"registration_date": "2023-05-29 07:11:49",
"location": "杭州",
"bio": "观点,交流,启发,思想,兴趣,生活,精神,思想,交流",
"interests": [
"外国文学",
"哲学",
"经济",
"科技",
"历史"
],
"is_organizer": false,
"organization": null,
"activity_count": 7,
"follow_count": 21,
"followers_count": 9,
"is_new_user": false
},
{
"id": "U0032",
"username": "scholar444",
"name": "王敏",
"avatar": "https://randomuser.me/api/portraits/men/69.jpg",
"phone": "18353657373",
"email": "scholar444@163.com",
"gender": "女",
"age_group": "25-30岁",
"education": "高中",
"registration_date": "2024-01-10 07:11:49",
"location": "重庆",
"bio": "读书,创造,价值,发现,工作,探索,未来,理解,视野,经验,成长,思考,思想,价值,文化,思想,观点,教育,沟通,坚持,表达,生活,经验,分享,心灵,探索,智慧,智慧,知识,",
"interests": [
"推理",
"健康",
"社会科学"
],
"is_organizer": false,
"organization": null,
"activity_count": 9,
"follow_count": 18,
"followers_count": 28,
"is_new_user": false
},
{
"id": "U0033",
"username": "bibliophile775",
"name": "林秀英",
"avatar": "https://randomuser.me/api/portraits/men/39.jpg",
"phone": "13786169274",
"email": "bibliophile775@outlook.com",
"gender": "女",
"age_group": "25-30岁",
"education": "高中",
"registration_date": "2025-03-20 07:11:49",
"location": "西安",
"bio": "知识,认知,坚持,精神,文化,读书,未来,分享,智慧,专注,分享,经验,热爱,专注,未来,兴趣,探索,智慧",
"interests": [
"科幻"
],
"is_organizer": false,
"organization": null,
"activity_count": 14,
"follow_count": 27,
"followers_count": 1,
"is_new_user": true
},
{
"id": "U0034",
"username": "philosopher472",
"name": "何平",
"avatar": "https://randomuser.me/api/portraits/women/22.jpg",
"phone": "13967679665",
"email": "philosopher472@gmail.com",
"gender": "女",
"age_group": "25-30岁",
"education": "本科",
"registration_date": "2023-11-02 07:11:49",
"location": "广州",
"bio": "知识,思考,坚持,学习,专注,学习,发现,分享,智慧,经验,心灵,工作,专注,生活,未来,成长,价值,精神,热爱,精神,工作,专注,智慧,心灵,智慧,感悟",
"interests": [
"心理学",
"哲学",
"古典文学",
"音乐"
],
"is_organizer": false,
"organization": null,
"activity_count": 10,
"follow_count": 4,
"followers_count": 27,
"is_new_user": false
},
{
"id": "U0035",
"username": "thinker448",
"name": "罗芳",
"avatar": "https://randomuser.me/api/portraits/men/51.jpg",
"phone": "18474979217",
"email": "thinker448@hotmail.com",
"gender": "女",
"age_group": "36-40岁",
"education": "本科",
"registration_date": "2024-03-12 07:11:49",
"location": "武汉",
"bio": "沟通,发现,表达,表达,读书,热爱,热爱,观点,理解,创造,观点,感悟,观点,交流,探索,心灵,表达,思想,专注,思想,探索,学习,理解,坚持,理解,坚持,热爱,探索,价值,感悟,文化,探索,经验,成",
"interests": [
"科幻"
],
"is_organizer": false,
"organization": null,
"activity_count": 15,
"follow_count": 16,
"followers_count": 29,
"is_new_user": false
},
{
"id": "U0036",
"username": "scholar345",
"name": "刘杰",
"avatar": "https://randomuser.me/api/portraits/women/49.jpg",
"phone": "18492551516",
"email": "scholar345@qq.com",
"gender": "女",
"age_group": "36-40岁",
"education": "博士",
"registration_date": "2024-10-14 07:11:49",
"location": "上海",
"bio": "文化,工作,表达,理解,未来,沟通,启发,坚持,工作,认知,学习,未来,热爱,专注,价值,兴趣,工作",
"interests": [
"历史",
"心理学"
],
"is_organizer": false,
"organization": null,
"activity_count": 3,
"follow_count": 0,
"followers_count": 20,
"is_new_user": false
},
{
"id": "U0037",
"username": "bookworm118",
"name": "黄静",
"avatar": "https://randomuser.me/api/portraits/women/25.jpg",
"phone": "18027065768",
"email": "bookworm118@126.com",
"gender": "女",
"age_group": "41-50岁",
"education": "硕士",
"registration_date": "2024-06-03 07:11:49",
"location": "深圳",
"bio": "启发,学习,分享,探索,工作,思想,经验,创造,认知,理解,理解,专注,智慧,兴趣,思想,灵感",
"interests": [
"诗歌",
"社会科学",
"哲学",
"艺术",
"政治"
],
"is_organizer": false,
"organization": null,
"activity_count": 15,
"follow_count": 33,
"followers_count": 21,
"is_new_user": false
},
{
"id": "U0038",
"username": "sage197",
"name": "杨伟",
"avatar": "https://randomuser.me/api/portraits/men/33.jpg",
"phone": "15524305177",
"email": "sage197@outlook.com",
"gender": "女",
"age_group": "50岁以上",
"education": "高中",
"registration_date": "2024-12-24 07:11:49",
"location": "深圳",
"bio": "心灵,学习,文化,读书,思考,文化,表达,教育,灵感,价值,表达,启发,创造,专注,表达,感悟,文化,兴趣,探索,价值,灵感,价值,探索,精神,价值,经验,坚持,表达,",
"interests": [
"外国文学"
],
"is_organizer": false,
"organization": null,
"activity_count": 15,
"follow_count": 13,
"followers_count": 1,
"is_new_user": false
},
{
"id": "U0039",
"username": "reader235",
"name": "罗芳",
"avatar": "https://randomuser.me/api/portraits/men/35.jpg",
"phone": "13189382815",
"email": "reader235@126.com",
"gender": "女",
"age_group": "25-30岁",
"education": "大专",
"registration_date": "2024-06-30 07:11:49",
"location": "南京",
"bio": "视野,兴趣,知识,认知,思考,学习,灵感,教育,读书,专注,智慧,文化,发现,成长,学习,灵感,生活,思想,工作,读书,热爱,价值,感悟,视野,智慧,精神,教育,交流,学习,坚持",
"interests": [
"科幻",
"经济"
],
"is_organizer": false,
"organization": null,
"activity_count": 13,
"follow_count": 39,
"followers_count": 12,
"is_new_user": false
},
{
"id": "U0040",
"username": "scholar946",
"name": "孙敏",
"avatar": "https://randomuser.me/api/portraits/men/96.jpg",
"phone": "13191009314",
"email": "scholar946@gmail.com",
"gender": "女",
"age_group": "18-24岁",
"education": "博士",
"registration_date": "2024-10-30 07:11:49",
"location": "深圳",
"bio": "认知,坚持,启发,情感,情感,生活,思想,感悟,坚持,发现,读书,工作,成长,视野,灵感,经验,探索,启发,表达,发现,观点,成长",
"interests": [
"古典文学",
"历史"
],
"is_organizer": false,
"organization": null,
"activity_count": 14,
"follow_count": 13,
"followers_count": 12,
"is_new_user": false
},
{
"id": "O0001",
"username": "sage841",
"name": "王超",
"avatar": "https://randomuser.me/api/portraits/men/49.jpg",
"phone": "13039676712",
"email": "sage841@hotmail.com",
"gender": "女",
"age_group": "31-35岁",
"education": "博士",
"registration_date": "2022-11-07 07:11:49",
"location": "南京",
"bio": "学习,认知,理解,成长,兴趣,视野,兴趣,情感,交流,智慧,交流,智慧,交流,启发,生活,启发,知识,启发,智慧,学习,理解,创造,价值,生活,思想,学习,生活,读书,坚持,热爱,思考,感悟,读书,交流,思想,成长,学习,工作,视野,专注,认知,心灵,心灵,探索,文化",
"interests": [
"艺术",
"科幻",
"推理",
"历史"
],
"is_organizer": true,
"organization": "光合作用文化空间",
"activity_count": 31,
"follow_count": 40,
"followers_count": 50,
"is_new_user": false
},
{
"id": "O0002",
"username": "bibliophile236",
"name": "罗芳",
"avatar": "https://randomuser.me/api/portraits/women/83.jpg",
"phone": "15760214355",
"email": "bibliophile236@163.com",
"gender": "女",
"age_group": "41-50岁",
"education": "本科",
"registration_date": "2023-01-08 07:11:49",
"location": "北京",
"bio": "学习,观点,经验,观点,创造,精神,沟通,心灵,启发,兴趣,创造,理解,思考,经验,文化,坚持,热爱,沟通,教育,认知,成长,分享,理解,思想,智慧,探索,表达,教育,观点,观点,教育,思想,发现,生活,视野,思想,情感,探索,成长,交流,观点,成长,文化,探索,感悟,文化,智慧,学习,思考",
"interests": [
"文学",
"古典文学",
"诗歌"
],
"is_organizer": true,
"organization": "四季阅读空间",
"activity_count": 16,
"follow_count": 161,
"followers_count": 235,
"is_new_user": false
},
{
"id": "O0003",
"username": "booklover483",
"name": "李秀英",
"avatar": "https://randomuser.me/api/portraits/women/77.jpg",
"phone": "15043716500",
"email": "booklover483@hotmail.com",
"gender": "女",
"age_group": "31-35岁",
"education": "硕士",
"registration_date": "2023-05-17 07:11:49",
"location": "深圳",
"bio": "精神,教育,视野,心灵,交流,未来,认知,文化,热爱,学习,经验,工作,启发,价值,学习,成长,交流,成长,工作,生活,分享,创造,文化,工作,表达,视野,工作",
"interests": [
"古典文学",
"健康",
"历史",
"诗歌",
"艺术",
"教育"
],
"is_organizer": true,
"organization": "知行合一读书社",
"activity_count": 31,
"follow_count": 37,
"followers_count": 490,
"is_new_user": false
},
{
"id": "O0004",
"username": "sage327",
"name": "赵磊",
"avatar": "https://randomuser.me/api/portraits/women/32.jpg",
"phone": "18591156244",
"email": "sage327@163.com",
"gender": "女",
"age_group": "41-50岁",
"education": "硕士",
"registration_date": "2023-03-12 07:11:49",
"location": "武汉",
"bio": "经验,读书,创造,思考,工作,价值,视野,交流,表达,教育,分享,价值,分享,创造,知识,热爱,经验,工作",
"interests": [
"经济",
"古典文学",
"哲学",
"教育",
"艺术",
"音乐",
"社会科学",
"旅行"
],
"is_organizer": true,
"organization": "百草园读书会",
"activity_count": 44,
"follow_count": 21,
"followers_count": 150,
"is_new_user": false
},
{
"id": "O0005",
"username": "bookworm479",
"name": "朱明",
"avatar": "https://randomuser.me/api/portraits/men/45.jpg",
"phone": "13581054570",
"email": "bookworm479@163.com",
"gender": "男",
"age_group": "50岁以上",
"education": "硕士",
"registration_date": "2022-09-04 07:11:49",
"location": "西安",
"bio": "智慧,认知,心灵,价值,经验,智慧,视野,认知,专注,启发,智慧,心灵,沟通,经验,交流,智慧,交流,坚持,精神,智慧,教育,发现,探索,精神,坚持,经验,知识,探索,经验,认知,专注,",
"interests": [
"哲学",
"心理学",
"科幻",
"传记",
"经济",
"政治",
"科技"
],
"is_organizer": true,
"organization": "鹿鸣书店",
"activity_count": 26,
"follow_count": 96,
"followers_count": 454,
"is_new_user": false
},
{
"id": "O0006",
"username": "booklover785",
"name": "李敏",
"avatar": "https://randomuser.me/api/portraits/women/51.jpg",
"phone": "15828129990",
"email": "booklover785@foxmail.com",
"gender": "女",
"age_group": "50岁以上",
"education": "硕士",
"registration_date": "2024-07-16 07:11:49",
"location": "成都",
"bio": "分享,灵感,分享,视野,心灵,分享,视野,创造,认知,读书,专注,理解,视野,探索,视野,感悟,发现,精神,工作,精神,情感,表达,交流,生活,沟通,观点,启发,热爱",
"interests": [
"文学",
"心理学",
"科技",
"历史"
],
"is_organizer": true,
"organization": "百草园读书会",
"activity_count": 37,
"follow_count": 133,
"followers_count": 425,
"is_new_user": false
},
{
"id": "O0007",
"username": "bookworm995",
"name": "刘明",
"avatar": "https://randomuser.me/api/portraits/men/35.jpg",
"phone": "18484363974",
"email": "bookworm995@163.com",
"gender": "女",
"age_group": "31-35岁",
"education": "博士",
"registration_date": "2024-03-02 07:11:49",
"location": "南京",
"bio": "专注,情感,未来,专注,文化,思考,生活,心灵,精神,启发,分享,工作,感悟,思想,创造,理解,思想,工作,思考,热爱,认知,启发,精神,交流,启发,知识,坚持,认知,知识,读书,认知,学习,坚持,精神,兴趣,智慧,理解,发现",
"interests": [
"教育",
"经济",
"文学",
"健康",
"传记",
"科技",
"心理学",
"政治"
],
"is_organizer": true,
"organization": "百草园读书会",
"activity_count": 28,
"follow_count": 73,
"followers_count": 319,
"is_new_user": false
},
{
"id": "O0008",
"username": "literati792",
"name": "吴军",
"avatar": "https://randomuser.me/api/portraits/women/25.jpg",
"phone": "18764703997",
"email": "literati792@hotmail.com",
"gender": "女",
"age_group": "31-35岁",
"education": "本科",
"registration_date": "2023-09-21 07:11:49",
"location": "西安",
"bio": "认知,未来,沟通,灵感,思想,坚持,启发,思想,思考,生活,思考,未来,成长,学习,表达,精神,理解,未来,认知,坚持,表达,价值,沟通,精神,思想,分享,观点,视野,知识,灵感,生活,文化,学习,思想,观点,智慧,创造,兴趣,学习,坚持,精神,成长",
"interests": [
"哲学",
"经济",
"古典文学"
],
"is_organizer": true,
"organization": "墨香文化传媒",
"activity_count": 41,
"follow_count": 175,
"followers_count": 306,
"is_new_user": false
},
{
"id": "O0009",
"username": "reader617",
"name": "陈艳",
"avatar": "https://randomuser.me/api/portraits/women/25.jpg",
"phone": "15658916066",
"email": "reader617@foxmail.com",
"gender": "女",
"age_group": "41-50岁",
"education": "本科",
"registration_date": "2024-06-26 07:11:49",
"location": "西安",
"bio": "思考,读书,精神,创造,热爱,情感,读书,创造,工作,灵感,热爱,创造,认知,沟通,读书,精神,生活,心灵,学习,热爱,交流,发现,知识,经验,感悟,创造,读书,学习,探索,文化,沟通,发现",
"interests": [
"科技",
"诗歌",
"教育"
],
"is_organizer": true,
"organization": "四季阅读空间",
"activity_count": 24,
"follow_count": 35,
"followers_count": 84,
"is_new_user": false
},
{
"id": "O0010",
"username": "bibliophile948",
"name": "李伟",
"avatar": "https://randomuser.me/api/portraits/women/58.jpg",
"phone": "18696049013",
"email": "bibliophile948@hotmail.com",
"gender": "男",
"age_group": "50岁以上",
"education": "硕士",
"registration_date": "2024-02-21 07:11:49",
"location": "南京",
"bio": "工作,教育,视野,教育,认知,创造,生活,价值,学习,教育,专注,情感,价值,沟通,热爱,未来,知识,知识,思想,表达,知识,创造,专注,交流,视野,思考,感悟,",
"interests": [
"社会科学",
"音乐",
"教育",
"旅行"
],
"is_organizer": true,
"organization": "青禾读书会",
"activity_count": 17,
"follow_count": 135,
"followers_count": 269,
"is_new_user": false
}
]
}
......