docs(external-entry): update entry links and remove avatar_url parameter

This commit is contained in:
2026-07-15 11:24:12 +08:00
parent 20d07023e4
commit a7c1574e58
2 changed files with 28 additions and 3 deletions
+25 -1
View File
@@ -1,6 +1,6 @@
# 外部入口链接清单
以下链接可以直接点击打开,用于验证普通聊天促销模式。
以下链接可以直接点击打开,用于验证聊天促销模式、咖啡打赏和私密空间入口
## 测试环境
@@ -13,6 +13,18 @@ APP HOST`frontend-test.banlv-ai.com`
| 图片促销 | `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) |
### 咖啡打赏
| 咖啡档位 | `coffee_type` | 链接 |
| --- | --- | --- |
| Small Coffee (US$4.99) | `small` | [打开 Small Coffee 打赏](https://frontend-test.banlv-ai.com/external-entry?target=tip&coffee_type=small) |
| Medium Coffee (US$9.99) | `medium` | [打开 Medium Coffee 打赏](https://frontend-test.banlv-ai.com/external-entry?target=tip&coffee_type=medium) |
| Large Coffee (US$19.99) | `large` | [打开 Large Coffee 打赏](https://frontend-test.banlv-ai.com/external-entry?target=tip&coffee_type=large) |
### 私密空间
[打开私密空间](https://frontend-test.banlv-ai.com/external-entry?target=private-room)
## 正式环境
APP HOST`cozsweet.com`
@@ -24,4 +36,16 @@ APP HOST`cozsweet.com`
| 图片促销 | `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) |
### 咖啡打赏
| 咖啡档位 | `coffee_type` | 链接 |
| --- | --- | --- |
| Small Coffee (US$4.99) | `small` | [打开 Small Coffee 打赏](https://cozsweet.com/external-entry?target=tip&coffee_type=small) |
| Medium Coffee (US$9.99) | `medium` | [打开 Medium Coffee 打赏](https://cozsweet.com/external-entry?target=tip&coffee_type=medium) |
| Large Coffee (US$19.99) | `large` | [打开 Large Coffee 打赏](https://cozsweet.com/external-entry?target=tip&coffee_type=large) |
### 私密空间
[打开私密空间](https://cozsweet.com/external-entry?target=private-room)
如需传递 Facebook 身份信息,可在任一链接末尾追加 `&psid=<PSID>`。PSID 为可选参数。