update api.txt
parent
9415dbc547
commit
59a8241dcf
|
|
@ -1,12 +1,23 @@
|
||||||
index (
|
index (
|
||||||
pageSize optional default 20,
|
pageSize optional default 20,
|
||||||
pageNum optional default 1,
|
pageNum optional default 1,
|
||||||
json optional
|
json optional,
|
||||||
|
proj optional,
|
||||||
|
sort optional
|
||||||
) {
|
) {
|
||||||
special json: {
|
special json: {
|
||||||
key: $ex //exists
|
key: $ex //exists
|
||||||
key: $nex //not exists
|
key: $nex //not exists
|
||||||
key: $revalue //模糊查询,例:$re^te te开头的value
|
key: $revalue //模糊查询,例:$re^te te开头的value
|
||||||
|
},
|
||||||
|
proj json: {
|
||||||
|
key1: 1,
|
||||||
|
key2:0
|
||||||
|
//必须全是1或者全是0,id除外
|
||||||
|
},
|
||||||
|
sort: {
|
||||||
|
key1: 'desc',
|
||||||
|
key2: 'asc'
|
||||||
}
|
}
|
||||||
return dict list json
|
return dict list json
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue