跳转到内容

asp-file

asp-file 用于管理 ASP 文件和评论附件,适合上传文件、查看元数据、下载文件或读取文本内容。

调用方式

text
/asp-file

上传文件属于写操作,需要用户明确要求。

常见调用样例

text
/asp-file 上传 evidence.txt 并返回 file_key
text
/asp-file 查看 6f2c5d7e-31c6-4f48-9e3c-6d9b5f92c457 的文件信息
text
/asp-file 读取这个文本附件的前 4096 字节

对应 CLI 命令:

powershell
asp file upload evidence.txt --output json
asp file info 6f2c5d7e-31c6-4f48-9e3c-6d9b5f92c457 --output json
asp file read-text 6f2c5d7e-31c6-4f48-9e3c-6d9b5f92c457 --max-bytes 4096 --output json