getPageSize method

int getPageSize()

每页请求数量

Implementation

int getPageSize(){
  return Config.defPageSize;
}