Files
htsy-skill/htsy/references/htsy-api.md
T

15 lines
989 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 海豚私域接口参考索引
本 skill 的接口按模块拆分。处理具体请求时只读取相关模块文件,避免加载无关接口。
- 通用字段和消息体:[api-common.md](api-common.md)
- 账号、用户、席位、角色、订单、通知、操作记录:[api-account.md](api-account.md)
- 微号管理、登录、发消息:[api-bot.md](api-bot.md)
- 客户、联系人、标签:[api-friend.md](api-friend.md)
- 群、群成员、群运营:[api-group.md](api-group.md)
- 素材、话术库、上传 token[api-material.md](api-material.md)
- 自动化、群发、关键词、SOP、营销计划:[api-automation.md](api-automation.md)
- 客服与知识库:[api-customer.md](api-customer.md)
排除原则:不面向用户直接调用的协议实例、Cron、客户端节点、回调上报、内部专用、第三方特供接口不写入模块参考;除非用户明确说明是在维护服务端内部代码,否则不要主动调用这些接口。