mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
style: format
This commit is contained in:
@@ -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,
|
||||
|
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user