企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# QQLite.Framework.Tool.PostDataType 枚举 ## 语法 ~~~ public enum PostDataType ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [String](https://www.kancloud.cn/gxser1986/cqrobot/3016583) | 字符串类型,这时编码Encoding可不设置 | | | [Byte](https://www.kancloud.cn/gxser1986/cqrobot/30165834) | Byte类型,需要设置PostdataByte参数的值编码Encoding可设置为空 |