Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2015-10-12 12:16:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c804c34df0ce8a563300faa224f10827cf5ec231
c804c34d
1 parent
d3d56ac8
Updated 用户单词同步 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
20 deletions
用户单词同步.md
用户单词同步.md
View file @
c804c34
...
...
@@ -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
...
...
Please
register
or
login
to post a comment