TTokenySpace
返回 Skills 列表

Huo15 Marketingforce Website

通过 CMS API 管理和编辑迈富时(T云/MarketingForce)网站内容。全功能覆盖:文章管理、 产品管理、分类标签、短视频管理、推荐管理、营销互动/询盘、资源库、网站设置、SEO功能、 蜘蛛分析、导航主题、插件管理、多语言、AI工具、系统管理等 20+ 模块 354 个 API 端点。 当用户说"编...

#中文
0

安装到 Tokeny(自动)

下载 ZIP
安装"huo15-marketingforce-website"技能
技能信息:
- 名称: Huo15 Marketingforce Website
- 标识: huo15-marketingforce-website
- 描述: 通过 CMS API 管理和编辑迈富时(T云/MarketingForce)网站内容。全功能覆盖:文章管理、 产品管理、分类标签、短视频管理、推荐管理、营销互动/询盘、资源库、网站设置、SEO功能、 蜘蛛分析、导航主题、插件管理、多语言、AI工具、系统管理等 20+ 模块 354 个 API 端点。 当用户说"编...
- 版本: 1.0.0
下载地址:
https://www.tokeny.space/api/skills/huo15-marketingforce-website/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

T云建站技能 (MarketingForce Website Editor)

全功能管理 MarketingForce T云建站平台网站,通过 CMS API 操作 20+ 模块 354 个端点。

Authentication

Two tokens required as headers on every request:

HeaderSource
X-TokenBrowser DevTools → Cookies → .71360.comX-Token
admin-tokenBrowser DevTools → Cookies → .marketingforce.comadmin_token (format: token_<hex>)

Tokens expire. If API returns 401, ask user to re-login at https://console.marketingforce.com/login/login.

Quick Start

python3 scripts/mf_client.py test           # Verify tokens
python3 scripts/mf_client.py sites          # List websites
python3 scripts/mf_client.py articles       # List articles
python3 scripts/mf_client.py article 103    # Article detail
python3 scripts/mf_client.py categories     # Article categories
python3 scripts/mf_client.py products       # List products
python3 scripts/mf_client.py product-cats   # Product categories
python3 scripts/mf_client.py videos         # Short videos
python3 scripts/mf_client.py inquiries      # Inquiry messages
python3 scripts/mf_client.py seo-keywords   # SEO keywords
python3 scripts/mf_client.py spider         # Spider analytics
python3 scripts/mf_client.py navigation     # Nav menu
python3 scripts/mf_client.py site-config    # Site config
python3 scripts/mf_client.py dashboard      # Home dashboard
python3 scripts/mf_client.py plugins        # Plugin settings
python3 scripts/mf_client.py templates      # Site templates
python3 scripts/mf_client.py images         # Image library
python3 scripts/mf_client.py anchors        # Anchor points
python3 scripts/mf_client.py system-logs    # System logs

API Base URLs

ServiceBase URL
CMShttps://api.71360.com/api/app/site-admin-api/admin_cms
Site Adminhttps://api.71360.com/api/app/site-admin-api/admin
Site/BPFhttps://api.71360.com/api/app/obor-nginx-php/tweb
Consolehttps://api.71360.com/api/app/aggregateservice-web/api
Pluginshttps://api.71360.com/api/app/site-admin-api/plugin
AIhttps://api.71360.com/api/app/site-admin-api/admin_ai
Filehttps://api.71360.com/api/app/site-admin-api/file

Module Reference

1. Article Management (文章管理)

Base: /admin_cms/article

MethodPathDescription
GET/article/getlist?type=1&rows=10&page=1&disabled=falseList articles
GET/article/edit?id=<id>Get article detail (data.info)
POST/article/saveCreate/update article
POST/article/removeDelete article
POST/article/reductionRestore deleted
POST/article/upDownBatchBatch publish/unpublish
POST/article/setNodownloadSet no-download flag
GET/article/getLastAuthorGet last author
POST/article/importFromGoodsImport from product

Article fields: id, category_id, title, summary, content(HTML), img, author, type(1=article), sort, disabled, status(1=published,0=draft), seo_title, seo_keywords, seo_description, tag_ids

2. Article Categories (admin_cms/category)

MethodPathDescription
GET/category/getlist?type=1List categories
GET/category/edit?id=<id>Category detail
POST/category/saveCreate/update
POST/category/saveAllBatch save
POST/category/removeDelete

3. Tags (admin_cms/Tag)

MethodPathDescription
GET/Tag/getListList tags
GET/Tag/selTagSelect tags
POST/Tag/saveSave tag
POST/Tag/removeDelete
POST/Tag/saveTagInfoSave tag info
POST/Tag/saveTagShowToggle show
POST/Tag/tagSortSort tags

4. Product Management (产品管理)

Base: /admin_cms/goods, /admin_cms/goodsType, /admin_cms/goodsTab

MethodPathDescription
GET/goods/getlist?type=2&rows=10&page=1&disabled=falseList products
GET/goods/edit?id=<id>Product detail (data.info)
POST/goods/saveCreate/update
POST/goods/removeDelete
POST/goods/reductionRestore
POST/goods/upDownBatchBatch publish
POST/goods/uploadPackageBulk import
GET/goodsType/getlist?type=2List product categories
GET/goodsType/edit?id=<id>Category detail
POST/goodsType/saveCreate/update
POST/goodsType/removeDelete
GET/goodsTab/getlist?type=2List product tags
GET/goodsTab/getAttrListGet attributes
POST/goodsTab/saveSave tag
POST/goodsTab/removeDelete

Product fields: id, type_id, name, summary, content(HTML), img, price_sell, brand, origin, unit, sort, disabled, tag_ids, p_5~p_40(custom fields)

5. Short Video Management (短视频管理)

Base: /admin_cms/DyVideo, /admin/DyVideoUser

MethodPathDescription
GET/DyVideo/sVideoList?rows=10&page=1List short videos
POST/DyVideo/saveSvideoSave video
POST/DyVideo/removeVideoDelete video
GET/DyVideo/getMbSaveSvideoQrCodeGet QR code
GET/dyVideo/svideoStatusVideo status
GET/dyVideo/adminWebVideoInfoWeb video info
GET/DyVideoUser/getUserListList Douyin users
GET/DyVideoUser/getFansListFans list
POST/DyVideoUser/removeUserRemove user

6. Recommendation Management (推荐管理)

Base: /admin/keyword, /admin_cms/AnchorPoint

MethodPathDescription
GET/keyword/list?rows=10&page=1List keywords
GET/keyword/selTagSelect tags
POST/keyword/saveSave keyword
POST/keyword/removeDelete keyword
POST/keyword/sortSort keywords
POST/keyword/relationContentRelate to content
GET/AnchorPoint/anchorList?rows=10&page=1List anchor points
POST/AnchorPoint/addAnchorAdd anchor
POST/AnchorPoint/editAnchorEdit anchor
POST/AnchorPoint/delAnchorDelete anchor
POST/AnchorPoint/useAnchorEnable/disable

7. Marketing/Forms (营销互动/询盘管理)

Base: /admin/form

MethodPathDescription
GET/form/getlist?rows=10&page=1List forms
GET/form/getRow?id=<id>Form detail
POST/form/saveSave form config
POST/form/setFieldSet form fields
POST/form/removeFormDelete form
GET/form/msglist?rows=10&page=1List form messages
GET/form/msglist2?rows=10&page=1Messages (alt)
GET/form/msgCountMessage statistics
POST/form/readMsgMark as read
POST/form/removeMsgDelete message
GET/form/msgExportExport messages
GET/form/xyslistXYS form list
GET/form/xysMsglistXYS messages
POST/form/xysSaveSave XYS form

8. Resource Library (资源库)

Base: /admin/image, /admin_cms/album, /file

MethodPathDescription
GET/image?rows=10&page=1List images
GET/image/dirTreeDirectory tree
POST/image/mkdirCreate folder
POST/image/imageUploadUpload image
POST/image/moveMove image
POST/image/removeDelete
GET/album/getlist?rows=10&page=1List albums
GET/album/getRow?id=<id>Album detail
POST/album/saveSave album
POST/album/removeDelete album
GET/file/cos/authGet COS upload auth
POST/file/uploadUpload file

9. Site Settings (网站设置)

Base: /admin/SysConfig, /admin/Sysconfig, /admin/navigation, /admin/theme

MethodPathDescription
GET/SysConfig/siteConfigSite config (title, ico, keywords, verify)
POST/SysConfig/setBaseConfigUpdate config
GET/SysConfig/seoParamsSEO parameters
GET/SysConfig/seoTkdTKD settings
GET/SysConfig/mailConfigMail config
GET/SysConfig/mailTemplateListMail templates
GET/Sysconfig/getCustomerServiceCustomer service config
POST/Sysconfig/setCustomerServiceUpdate CS config
GET/Sysconfig/botConfigBot config
GET/navigationNavigation menu
POST/navigation/createCreate nav item
POST/navigation/updateUpdate nav
POST/navigation/saveNavSave full nav
GET/themeCurrent theme
GET/theme/mbListMobile themes
POST/theme/chooseThemeSwitch theme
GET/menu/getlistPage menu list

10. SEO Functions (SEO功能)

Base: /admin/Words, /admin/seoExtract, /admin/SiteScore

MethodPathDescription
GET/Words/keyWordsAll keywords
GET/Words/wordsList?rows=10&page=1Paginated keywords
GET/Words/wordsNumKeyword stats
GET/Words/forbiddenWordsForbidden words
POST/Words/saveWordsSave keyword
POST/Words/removeWordsDelete keyword
POST/Words/intoWordsImport keywords
GET/seoExtract/titleExtract SEO title
GET/seoExtract/keywordsExtract keywords
GET/seoExtract/descriptionExtract description
GET/SiteScore/statusScore status
GET/SiteScore/evaluateSite evaluation

11. Spider Analytics (蜘蛛分析)

Base: /admin/Spider

MethodPathDescription
GET/Spider/hotTopHot pages (top 10)
GET/Spider/trendDataTrend data
GET/Spider/trendDataAverageAverage (yesterday, 30 days)
GET/spider/getTopTop pages

12. Dashboard (首页概况)

Base: /admin/home

MethodPathDescription
GET/home/siteSettingStateSetup completion
GET/home/statisticsContent stats
GET/home/taskListTask overview
GET/home/siteDiagSite diagnostic
POST/home/refreshConfRefresh cache
POST/home/allClearCatchClear cache

13. Plugins (插件管理)

Base: /plugin

MethodPathDescription
GET/POST/floatvideo/get|setFloating video
GET/POST/floatphonebottom/get|setFloating phone menu
GET/POST/baidushare/get|setBaidu share
GET/POST/bizqq/get|setqqBusiness QQ
GET/POST/location/get|setLocation
GET/POST/xiongzhang/get|setXiongzhang
GET/POST/ByteDanceVerify/get|setByteDance verify

14. Multi-Language, User Center, AI, System

See references/reference.md for complete API list of:

  • Multi-language (/admin/language, /admin/SyncData)
  • User center (/admin/ucenterConfig, /admin/ucenterMember)
  • AI functions (/admin_ai, /admin_cms/AiExtract)
  • System (/admin/System - logs, backups)
  • Templates (/tweb/pub/tplist - 968+ templates)
  • Statistics (/tweb/statistic)

Token Storage

scripts/.env (gitignored, not committed):

MF_X_TOKEN=<token>
MF_ADMIN_TOKEN=token_<hex>

Safety Rules

  • Always backup content before editing
  • Be idempotent: search before create
  • Preview before publish: set status: 0 (draft) first
  • Don't delete without confirmation — prefer disabled: "true"
  • Sanitize user-provided HTML

Additional Resources

评论

加载中…