liuxiaolu 8 жил өмнө
parent
commit
20381c69bc

+ 1 - 1
src/jfw/modules/entsesearch/src/search/entsesearch.go

@@ -13,7 +13,7 @@ import (
 
 
 const (
 const (
 	wx_maxPageNum         = 20
 	wx_maxPageNum         = 20
-	wx_pageSize           = 1
+	wx_pageSize           = 10
 )
 )
 type EntSeSearch struct {
 type EntSeSearch struct {
 	*xweb.Action
 	*xweb.Action