From c671190eb23c59b4574de94df976da74479b2dce Mon Sep 17 00:00:00 2001 From: binggchen <141918726+binggchen@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:29:42 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=95=B0=E6=8D=AE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=96=B9=E6=B3=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\215\256\346\250\241\345\236\213\346\226\271\346\263\225.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225.md" "b/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225.md" index accfe43f1eeb..6baf52eb7c91 100644 --- "a/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225.md" +++ "b/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225.md" @@ -376,7 +376,7 @@ module.exports = async function (params, context) { | 关系 | where[].rel | 文本 | 是 | 判断关系。可选值: "eq"表示相等,"neq"表示不相等,"lt"表示小于,"lte"表示小于或等于,"gt"表示大于,"gte"表示大于或等于,"search"表示包含文字内容 | | 值 | where[].val | - | 是 | 判断值。根据字段类型写入不同的值 | | 页码 | pageNo | 数字 | 否 | 从1开始 | -| 每页记录数 | pageSize | 数字 | 否 | 每次查询的最大记录数 | +| 每页记录数 | pageSize | 数字 | 否 | 每次查询的最大记录数,默认为10,如需设置为其它值,需要和pageNo配合使用,两者同时指定才会生效 | | 排序字段名称 | orderBy | 文本 | 否 | 按某个字段进行排序 | | 排序方式 | orderType | 文本 | 否 | "desc" 表示降序,"asc"表示升序 |