<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://limyee.comhttps://limyee.com/cfs-file/__key/system/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>连易科技</title><link /><description /><dc:language>zh-CN</dc:language><generator>Limyee 5</generator><item><title>页面：版本与价格</title><link>https://limyee.com/p/editions-prices</link><pubDate>Thu, 16 Apr 2026 07:59:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:3afb479d-825e-4bdf-b82e-e4d4f918007d</guid><dc:creator /><description /></item><item><title>页面：关于我们</title><link>https://limyee.com/p/about</link><pubDate>Mon, 13 Apr 2026 07:31:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:34990c23-5604-4d7f-ad52-a8287c3ad752</guid><dc:creator /><description> 东莞市连易网络科技有限公司（简称：Limyee） Limyee 成立于 2014 年，是国内内容管理系统平台与电子商务解决方案的优秀品牌。公司专注于内容管理与电子商务软件的研发，为传统企业及平台电商提供内容管理和电子商务系统解决方案及相关增值服务。凭借对内容管理的深刻理解和丰富的实战经验，经过一年的努力，Limyee 已经满足不同行业的需求。Limyee 凭借优质的服务、创新进取的精神、专业的团队倍受客户青睐。 我 们一如继往地坚守品质，追求卓越，将同更多客户一起，探索电子商务的成功之道。 Limyee CMS 简介 Limyee CMS（ 软件著作权登记号： 2014SR176701）是一个领先的数字体验平台，将内容管理、数字营销和电子商务整合在一个统一的解决方案中。基于 .NET 构建，它提供可扩展性、安全性和集成灵活性，使其成为以客户为中心的企业级品牌的首选。 同时兼顾不同行业运营的不同需求，提供差异化创新型平台解决方案。 Limyee CMS 功能特色 Limyee CMS 具有灵活的自定义功能、有效的安全机制、良好的人性化设置、丰富的组合式促销功能、开放的系统整合性、所见即所得的可视化编辑等特色功能。 </description></item><item><title>论坛：讨论</title><link>https://limyee.com/f/forum</link><pubDate>Sun, 12 Apr 2026 09:02:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:98be3f56-0021-4afc-aa63-476407a6e074</guid><dc:creator /><description>如果有关 Limyee 的问题，或者需要咨询。可以在此处发贴。</description></item><item><title>文章：Show Wiki Toc REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD820/show-wiki-toc-rest</link><pubDate>Tue, 17 May 2022 02:58:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:63fd9bf3-a7cb-48a0-94c0-fe1e82a701fd</guid><dc:creator>系统管理员</dc:creator><description> URLs GET api/v1/wikis/{wikiid}/pages/{wikipageid}/toc.xml (or .json) SHOW the table of contents for a wiki page. GET api/v1/wikis/{wikiid}/toc.xml (or .json) SHOW the table of contents for a wiki. 请求参数 名称 类型 描述 必需 默认值 选项 WikiId int Wiki Id 是 WikiPageId int? Wiki Page Id 否 ShowHiddenPages bool? When true items with their HiddenInTableOfContents flag set to true will be included. By default they are not included in the list. 否 </description></item><item><title>文章：Wiki Toc REST 端点</title><link>https://limyee.com/helps/a/api-documentation/c/wiki-toc-rest</link><pubDate>Tue, 17 May 2022 02:57:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:695ae75b-5057-4e3f-9abd-4484e1c2e60d</guid><dc:creator>系统管理员</dc:creator><description> REST API 支持执行以下操作： Show Wiki Toc </description></item><item><title>文章：Update Wiki REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD818/update-wiki-rest</link><pubDate>Tue, 17 May 2022 02:56:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:2ea11038-97c7-4cdc-a201-27192c00ea71</guid><dc:creator>系统管理员</dc:creator><description> URLs PUT api/v1/wikis/{id}.xml (or .json) UPDATE a wiki. 请求参数 名称 类型 描述 必需 默认值 选项 Id int? Id 是 GroupId int? Group Id 否 Name string Name 否 Description string Default is an empty string. 否 Key string Key 否 Enabled bool? Default is true. 否 </description></item><item><title>文章：Show Wiki REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD817/show-wiki-rest</link><pubDate>Tue, 17 May 2022 02:54:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:14b776f4-73a9-4006-9fc9-7391c717c3b4</guid><dc:creator>系统管理员</dc:creator><description> URLs GET api/v1/groups/{groupid}/wikis/{id}.xml (or .json) SHOW a wiki. GET api/v1/groups/{groupid}/wikis/{key}.xml (or .json) SHOW a wiki. GET api/v1/wikis/{applicationid}.xml (or .json) SHOW a wiki. GET api/v1/wikis/{id}.xml (or .json) SHOW a wiki. 请求参数 名称 类型 描述 必需 默认值 选项 Id int? Either (Id or ApplicationId) or Key + GroupId are required. 否 ApplicationId Guid? Either (Id or ApplicationId) or Key + GroupId are required. 否 Key string Either (Id or ApplicationId) or Key + GroupId are required. 否 GroupId int? Either (Id or ApplicationId) or Key + GroupId are required. 否 </description></item><item><title>文章：List Wiki REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD816/list-wiki-rest</link><pubDate>Tue, 17 May 2022 02:07:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:2036f145-2863-4e9e-b542-850c39451320</guid><dc:creator>系统管理员</dc:creator><description> URLs GET api/v1/groups/{groupid}/wikis.xml (or .json) LIST wikis. GET api/v1/wikis.xml (or .json) LIST wikis. 请求参数 名称 类型 描述 必需 默认值 选项 GroupId int? Group Id 否 IncludeSubGroups bool? Only used when GroupId is specified. Default is false. 否 ApplicationIds string Comma separated list of ApplicationIds. Used to limit to a specific set of wikis as well as sort order if SoryBy is set to ApplicationIdsOrder 否 IncludeDisabled bool? Only return wikis that are enabled. Default is true. 否 PermissionId string Used to get a list of blogs for which the user set in UserId has the provided Permission ID. 否 SortBy string Options: Date, Score:SCORE_ID, ApplicationIdsOrder 否 UserId int? User ID of the user to check permissions for. This option is only used whenever the PermissionId is also supplied. 否 PageSize int? Specify the number of results to return per page. If not set the default is 20. The max is 100. 否 PageIndex int? Specify the page number of paged results to return. Zero-based index. If not specified the default is 0. 否 </description></item><item><title>文章：Delete Wiki REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD815/delete-wiki-rest</link><pubDate>Tue, 17 May 2022 02:06:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:85f12289-13c0-4493-b9f1-f97ee4b207c2</guid><dc:creator>系统管理员</dc:creator><description> URLs DELETE api/v1/wikis/{id}.xml (or .json) DELETE a wiki. 请求参数 名称 类型 描述 必需 默认值 选项 Id int? Id 是 </description></item><item><title>文章：Create Wiki REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD814/create-wiki-rest</link><pubDate>Tue, 17 May 2022 02:05:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:a680b4cd-4db6-4a91-8c66-593cdade44c0</guid><dc:creator>系统管理员</dc:creator><description> URLs POST api/v1/wikis.xml (or .json) CREATE a new wiki. 请求参数 名称 类型 描述 必需 默认值 选项 GroupId int? Group Id 是 Name string Name 是 Key string If not specified, the key will be generated. 否 Description string Default is an empty string. 否 Enabled bool? Default is true. 否 </description></item><item><title>文章：Wiki REST 端点</title><link>https://limyee.com/helps/a/api-documentation/c/wiki-rest</link><pubDate>Tue, 17 May 2022 02:04:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:4fa5b44d-619f-41df-b57d-f59f99224420</guid><dc:creator>系统管理员</dc:creator><description> REST API 支持执行以下操作： Create Wiki Delete Wiki List Wiki Show Wiki Update Wiki </description></item><item><title>文章：Update Wiki Page Subscription REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD812/update-wiki-page-subscription-rest</link><pubDate>Tue, 17 May 2022 01:59:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:06facd31-1399-4471-af61-f54debf7801e</guid><dc:creator>系统管理员</dc:creator><description> URLs PUT api/v1/wikis/{wikiid}/pages/{wikipageid}/subscriptions.xml (or .json) UPDATE a wiki page subscription. 请求参数 名称 类型 描述 必需 默认值 选项 WikiId int? Wiki Id 否 WikiPageId int Wiki Page Id 是 IsSubscribed bool Is Subscribed 是 </description></item><item><title>文章：Show Wiki Page Subscription REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD811/show-wiki-page-subscription-rest</link><pubDate>Tue, 17 May 2022 01:58:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:84fccd16-d5a7-4c5e-b60b-348823db8998</guid><dc:creator>系统管理员</dc:creator><description> URLs GET api/v1/wikis/{wikiid}/pages/{wikipageid}/subscriptions.xml (or .json) SHOW a wiki page subscription. 请求参数 名称 类型 描述 必需 默认值 选项 WikiId int? Wiki Id 否 WikiPageId int Wiki Page Id 是 </description></item><item><title>文章：Wiki Page Subscription REST 端点</title><link>https://limyee.com/helps/a/api-documentation/c/wiki-page-subscription-rest</link><pubDate>Tue, 17 May 2022 01:57:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:a71f9dee-c064-4903-a144-8b4910154f4b</guid><dc:creator>系统管理员</dc:creator><description> REST API 支持执行以下操作： Create Wiki Page Subscription Show Wiki Page Subscription Update Wiki Page Subscription </description></item><item><title>文章：Create Wiki Page Subscription REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD810/create-wiki-page-subscription-rest</link><pubDate>Tue, 17 May 2022 01:57:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:cc77ccfb-fc99-4091-81e3-3a8016190f39</guid><dc:creator>系统管理员</dc:creator><description> URLs POST api/v1/wikis/{wikiid}/pages/{wikipageid}/subscriptions.xml (or .json) CREATE a wiki page subscription. 请求参数 名称 类型 描述 必需 默认值 选项 WikiId int? Wiki Id 否 WikiPageId int Wiki Page Id 是 </description></item><item><title>文章：Show Wiki Page Revision REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD808/show-wiki-page-revision-rest</link><pubDate>Tue, 17 May 2022 01:50:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:4e5e73f1-69c1-4d84-8038-c5a136f95be6</guid><dc:creator>系统管理员</dc:creator><description> URLs GET api/v1/wikis/{wikiid}/pages/{pageid}/revisions/{revisionnumber}.xml (or .json) SHOW details for a wiki page revision. GET api/v1/wikis/{wikiid}/pages/{pagekey}/revisions/{revisionnumber}.xml (or .json) SHOW details for a wiki page revision. 请求参数 名称 类型 描述 必需 默认值 选项 RevisionNumber int? Revision Number 是 PageId int? Either Id or WikiId and PageKey should be specified. 否 PageKey string Either Id or WikiId and PageKey should be specified. 否 WikiId int? Wiki Id 是 PostTarget string Do not document this property. 否 </description></item><item><title>文章：List Wiki Page Revision REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD807/list-wiki-page-revision-rest</link><pubDate>Tue, 17 May 2022 01:49:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:2e5b8192-469b-4b9a-8556-19bd248e3f92</guid><dc:creator>系统管理员</dc:creator><description> URLs GET api/v1/wikis/{wikiid}/pages/{pageid}/revisions.xml (or .json) LIST wiki page revisions. GET api/v1/wikis/{wikiid}/pages/{pagekey}/revisions.xml (or .json) LIST wiki page revisions. 请求参数 名称 类型 描述 必需 默认值 选项 PageId int? Either Id or WikiId and PageKey should be specified. 否 PageKey string Either Id or WikiId and PageKey should be specified. 否 WikiId int? Wiki Id 是 PostTarget string Do not document this property. 否 SortOrder string Options include Ascending, Descending. Default is Descending. 否 PageSize int? Specify the number of results to return per page. If not set the default is 20. The max is 100. 否 PageIndex int? Specify the page number of paged results to return. Zero-based index. If not specified the default is 0. 否 </description></item><item><title>文章：Delete Wiki Page Revision REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD806/delete-wiki-page-revision-rest</link><pubDate>Tue, 17 May 2022 01:47:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:16f7c470-86d9-4a01-b700-fbb36cd30cf9</guid><dc:creator>系统管理员</dc:creator><description> URLs DELETE api/v1/wikis/{wikiid}/pages/{pageid}/revisions/{revisionnumber}.xml (or .json) DELETE a wiki page revision. 请求参数 名称 类型 描述 必需 默认值 选项 RevisionNumber int? Revision Number 是 PageId int? Page Id 是 WikiId int? Wiki Id 否 </description></item><item><title>文章：Wiki Page Revision REST 端点</title><link>https://limyee.com/helps/a/api-documentation/c/wiki-page-revision-rest</link><pubDate>Tue, 17 May 2022 01:46:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:fb19734d-1b03-4550-9aad-2aaf722cbede</guid><dc:creator>系统管理员</dc:creator><description> he REST API supports the following actions on Wiki Page Revision: Delete Wiki Page Revision List Wiki Page Revision Show Wiki Page Revision </description></item><item><title>文章：Update Wiki Page REST 端点</title><link>https://limyee.com/helps/a/api-documentation/AD804/update-wiki-page-rest</link><pubDate>Tue, 17 May 2022 01:45:00 GMT</pubDate><guid isPermaLink="false">ce2a2671-8a8a-4f4b-bf55-68c8b1789e45:89f43ff6-b81d-458f-abd9-66f41602b21f</guid><dc:creator>系统管理员</dc:creator><description> URLs PUT api/v1/wikis/{wikiid}/pages/{id}.xml (or .json) UPDATE a wiki page. PUT api/v1/wikis/pages/{id}.xml (or .json) UPDATE a wiki page. 请求参数 名称 类型 描述 必需 默认值 选项 Id int Id 是 Title string Title 否 Body string Body 否 IsLocked bool? Is Locked 否 IsPublished bool? Is Published 否 IsFeatured bool? Default is false. 否 FeaturedImage string Used to include a featured image when IsFeatured is true. 否 ParentPageId int? Parent Page Id 否 UserId int? User Id 否 Tags string A comma separated list of tags. 否 WikiId int? Wiki Id 否 ForumThreadId int? Forum Thread Id 否 LastModifiedDate DateTime? Last Modified Date 否 SaveRevision bool? Default is true. 否 MetaTitle string Used in the page&amp;#39;s title. 否 MetaKeywords string Keywords for the page&amp;#39;s meta keywords tag. 否 MetaDescription string Description for the page&amp;#39;s meta description tag. 否 Position int? Position in the table of contents relative to the parent with the first child being 1 and then increasing sequentially. Only applies to listing the table of contents. 否 HideInTableOfContents bool? When true this page will not be listed in the table of contents. 否 </description></item></channel></rss>