chong

Updated 用户单词同步 (markdown)

... ... @@ -10,7 +10,7 @@ POST请求
access_token
last_update_time 默认0
###POST内容
````
````json
[
{
"key": "phrase",
... ... @@ -52,34 +52,30 @@ last_update_time 默认0
有返回值
```json
{
updateTime: "请求用户单词统计的最后更新时间",
wordList:[
"updateTime": "请求用户单词统计的最后更新时间",
"wordList": [
{
word: "apple",
template: 101,
count: 3
"word": "apple",
"template": 101,
"count": 3
},
{
word: "desk",
template: 101,
count: 1
"word": "desk",
"template": 101,
"count": 1
}
],
phraseList: [
"phraseList": [
{
phrase: ”anredapple”,
template: 101,
count: 3
"phrase": "anredapple",
"template": 101,
"count": 3
},
{
phrase: ”anewdesk”,
template: 101,
count: 1
"phrase": "anewdesk",
"template": 101,
"count": 1
}
]
}
```
无返回值
```java
httpcode:404
```
\ No newline at end of file
... ...