style: format

This commit is contained in:
Fu Diwei
2022-05-06 20:29:27 +08:00
parent d364c1a354
commit 7e6cfa5ca3
2352 changed files with 3542 additions and 4198 deletions

View File

@@ -2,10 +2,7 @@
"errcode": 0,
"errmsg": "ok",
"allow_scope": {
"students": [
{ "userid": "student1" },
{ "userid": "student2" }
],
"departments": [ 1, 2 ]
"students": [{ "userid": "student1" }, { "userid": "student2" }],
"departments": [1, 2]
}
}
}

View File

@@ -7,11 +7,8 @@
"living_duration": 1800,
"anchor_userid": "zhangsan",
"living_range": {
"partyids": [ 1, 4, 9 ],
"group_names": [
"group_name1",
"group_name2"
]
"partyids": [1, 4, 9],
"group_names": ["group_name1", "group_name2"]
},
"viewer_num": 100,
"comment_num": 110,

View File

@@ -8,17 +8,12 @@
{
"student_userid": "zhansan_child",
"parent_userid": "zhangsan",
"partyids": [
10,
11
]
"partyids": [10, 11]
},
{
"student_userid": "lisi_child",
"parent_userid": "lisi",
"partyids": [
5
]
"partyids": [5]
}
]
}

View File

@@ -8,10 +8,7 @@
{
"student_userid": "zhansan_child",
"parent_userid": "zhangsan",
"partyids": [
10,
11
],
"partyids": [10, 11],
"watch_time": 30,
"enter_time": 1586433904,
"leave_time": 1586434000,
@@ -20,10 +17,7 @@
{
"student_userid": "lisi_child",
"parent_userid": "lisi",
"partyids": [
10,
11
],
"partyids": [10, 11],
"watch_time": 30,
"enter_time": 1586433904,
"leave_time": 1586434000,

View File

@@ -1,4 +1,4 @@
{
"payment_id": "xxxx",
"trade_no": "xxxx"
}
}

View File

@@ -3,4 +3,4 @@
"errmsg": "ok",
"transaction_id": "xxxxx",
"pay_time": 12345
}
}

View File

@@ -5,7 +5,7 @@
"student": {
"student_userid": "zhangsan",
"name": "张三",
"department": [ 1, 2 ],
"department": [1, 2],
"parents": [
{
"parent_userid": "zhangsan_parent1",

View File

@@ -5,7 +5,7 @@
{
"student_userid": "zhangsan",
"name": "张三",
"department": [ 1, 2 ],
"department": [1, 2],
"parents": [
{
"parent_userid": "zhangsan_parent1",
@@ -25,7 +25,7 @@
{
"student_userid": "lisi",
"name": "李四",
"department": [ 4, 5 ],
"department": [4, 5],
"parents": [
{
"parent_userid": "lisi_parent1",

View File

@@ -1,7 +1,4 @@
{
"type": 1,
"userids": [
"userid1",
"userid2"
]
"userids": ["userid1", "userid2"]
}

View File

@@ -1,3 +1,3 @@
{
"useridlist": [ "zhangsan", "lisi" ]
"useridlist": ["zhangsan", "lisi"]
}

View File

@@ -3,12 +3,12 @@
{
"student_userid": "zhangsan",
"name": "张三",
"department": [ 1, 2 ]
"department": [1, 2]
},
{
"student_userid": "lisi",
"name": "李四",
"department": [ 3, 4 ]
"department": [3, 4]
}
]
}

View File

@@ -1,3 +1,3 @@
{
"useridlist": [ "zhangsan", "lisi" ]
"useridlist": ["zhangsan", "lisi"]
}

View File

@@ -4,12 +4,12 @@
"student_userid": "zhangsan",
"new_student_userid": "zhangsan_new",
"name": "张三",
"department": [ 1, 2 ]
"department": [1, 2]
},
{
"student_userid": "lisi",
"name": "李四",
"department": [ 3, 4 ]
"department": [3, 4]
}
]
}

View File

@@ -1,5 +1,5 @@
{
"student_userid": "zhangsan",
"name": "张三",
"department": [ 1, 2 ]
"department": [1, 2]
}

View File

@@ -2,5 +2,5 @@
"student_userid": "zhangsan",
"new_student_userid": "NEW_ID",
"name": "张三",
"department": [ 1, 2 ]
"department": [1, 2]
}