docs(external-entry): add promotion links

This commit is contained in:
2026-07-14 19:04:42 +08:00
parent 84e677f687
commit 52bbc363cf
2 changed files with 35 additions and 9 deletions
+27
View File
@@ -0,0 +1,27 @@
# 外部入口链接清单
以下链接可以直接点击打开,用于验证普通聊天和促销模式。
## 测试环境
APP HOST`frontend-test.banlv-ai.com`
| 模式 | `mode` | `promotion_type` | 链接 |
| --- | --- | --- | --- |
| 普通聊天 | 不传 | 不传 | [打开普通聊天](https://frontend-test.banlv-ai.com/external-entry?target=chat) |
| 语音促销 | `promotion` | `voice` | [打开语音促销](https://frontend-test.banlv-ai.com/external-entry?target=chat&mode=promotion&promotion_type=voice) |
| 图片促销 | `promotion` | `image` | [打开图片促销](https://frontend-test.banlv-ai.com/external-entry?target=chat&mode=promotion&promotion_type=image) |
| 私密文本促销 | `promotion` | `private` | [打开私密文本促销](https://frontend-test.banlv-ai.com/external-entry?target=chat&mode=promotion&promotion_type=private) |
## 正式环境
APP HOST`cozsweet.com`
| 模式 | `mode` | `promotion_type` | 链接 |
| --- | --- | --- | --- |
| 普通聊天 | 不传 | 不传 | [打开普通聊天](https://cozsweet.com/external-entry?target=chat) |
| 语音促销 | `promotion` | `voice` | [打开语音促销](https://cozsweet.com/external-entry?target=chat&mode=promotion&promotion_type=voice) |
| 图片促销 | `promotion` | `image` | [打开图片促销](https://cozsweet.com/external-entry?target=chat&mode=promotion&promotion_type=image) |
| 私密文本促销 | `promotion` | `private` | [打开私密文本促销](https://cozsweet.com/external-entry?target=chat&mode=promotion&promotion_type=private) |
如需传递 Facebook 身份信息,可在任一链接末尾追加 `&asid=<ASID>&psid=<PSID>`。ASID 和 PSID 均为可选参数。