SoFunction
Updated on 2025-04-13

Description of product list page and home page news calls

/style/info/?typeid=Category number
/style/info/?typeid=Category number
....
A classification number is added to the news definition and the number of news items:
The calling method of the news and help list page is as follows:
/style/info/?typeid=Category number&pagesize=Number of entries
If all news classes are listed:
/style/info/?typeid=Category number&pagesize=Number of entries&type1=0
If all help classes are listed:
/style/info/?typeid=Category number&pagesize=Number of entries&type1=1
If you want to list the latest 10 items on the web page, the call code is as follows:
<script src="/style/info/"></script>
You can also use the classification number and define the number of entries:
<script src="/style/info/?typeid=Classification number&pagesize=Number of entries"></script>
Or list news categories separately:
<script src="/style/info/?typeid=Category number&pagesize=Number of entries&type1=0"></script>
Or list the help classes separately:
<script src="/style/info/?typeid=Category number&pagesize=Number of entries&type1=1"></script>
Or list the domain name classes in the help class separately:
<script src="/style/info/?typeid=Category number&pagesize=Number of entries&type1=1&type2=0"></script>
Or list virtual host classes in the help class separately:
<script src="/style/info/?typeid=Classification number&pagesize=Number of entries&type1=1&type2=1"></script>
Other mailbox classes also have the same call method.