docs: conv and user_id (#21004)

This commit is contained in:
Alter-xyz
2025-06-13 21:07:30 +08:00
committed by GitHub
parent f4df759ba6
commit f6641c0f41
12 changed files with 33 additions and 31 deletions

View File

@@ -266,7 +266,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
### Request Body
- `user` (string) Required
用户标识,用于定义终端用户的身份,必须和发送消息接口传入 user 保持一致。
用户标识,用于定义终端用户的身份,必须和发送消息接口传入 user 保持一致。API 无法访问 WebApp 创建的会话。
### Response
- `result` (string) 固定返回 success
</Col>