Skip to content

Commit 588f745

Browse files
author
haoxiuwen
committed
remove count from two APIs
1 parent 4cbee8b commit 588f745

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/document/server-side/account_offline_forced.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ curl -X GET 'https://XXXX/XXXX/XXXX/users/user1/disconnect' \
4747
"result": true
4848
},
4949
"timestamp": 1542602601332,
50-
"duration": 6,
51-
"count": 0
50+
"duration": 6
5251
}
5352
```
5453

docs/document/server-side/account_presence_obtain_single.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ curl -X GET 'https://XXXX/XXXX/XXXX/users/user1/status' \
4545
"user1": "offline"
4646
},
4747
"timestamp": 1542601284531,
48-
"duration": 4,
49-
"count": 0
48+
"duration": 4
5049
}
5150
```
5251

0 commit comments

Comments
 (0)