- 公共功能
- 登录注册
- 工作区
- 邀请成员
- 通讯录(用户、部门、角色)
- 应用包
- 应用分组
- 应用
- 工作台
- 应用设置(表单引擎,流程引擎,拓展设置,应用发布)
- 应用展现层
- 公式
- 个人中心
- 企业管理
- 开放平台
- 官方网站
- 子管理员
- 报表
- 门户
- 购买相关
- OCR
- 代码生成
- 数据导入
- 流程测试
- 考勤
- 农业大屏
- 应用模板商城
- 应用包上线配置
- study
- 站内信
- sand测试流程测试模板
- 测试接口
- 响水大屏
- tplus
- 协办
- 费用管控
- 首页相关内容
- pm
- 水产养殖
- 应用商城
- 联系我们
- 图零后台管理
- 知识库
- doris相关
- Ai后台管理
- CRM二
- 自建应用设置
- EHR二期
- APP应用测试
- 未命名接口GET
- 数据上报GET
获取套餐
开发中
GET
/tutuAi/get_ai_package
暂无描述
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tolink.cloud/tutuAi/get_ai_package'
返回响应
🟢200成功
application/json
Body
code
integer
示例:0
data
array [object {9}]
返回数据
aiVipType
string
示例:vip版本
aiPriceTitle
string
必需
aiPriceContent
string
必需
aiPriceLogo
string
必需
aiPriceAccount
integer
示例:199
aiPriceUnit
string
示例:年
aiPriceMax
integer
示例:9999
aiIntroduceConfig
array [object {2}]
示例:-
aiPriceRemark
string
示例:-
msg
string
返回文字描述
示例
{
"code": 0,
"data": [
{
"aiVipType": "vip版本",
"aiPriceTitle": "tutu pro 版本",
"aiPriceContent": "AI旨在推进人工智能技术的研究和应用,以帮助人类更好地应对各种挑战和问题",
"aiPriceLogo": "https://to0.obs.cn-north-4.myhuaweicloud.com/230328/4ac7662d-3c4d-427c-8b39-8ebfb81511da.jpg",
"aiPriceAccount": 199,
"aiPriceUnit": "年",
"aiPriceMax": 9999,
"aiIntroduceConfig": [
{
"aiIntroduceConfig": "无广告无限的 AI 聊天",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "最高级的人工智能模型(GPT-3.5)",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "最长的答案(最多1000个字)",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "创建 AI 艺术,探索AI 模型",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "优先访问 AI 模型",
"aiIntroduceConfigLogo": null
}
],
"aiPriceRemark": ""
},
{
"aiVipType": "svip版本",
"aiPriceTitle": "tutu pro max 版本",
"aiPriceContent": "AI旨在推进人工智能技术的研究和应用,以帮助人类更好地应对各种挑战和问题",
"aiPriceLogo": "https://to0.obs.cn-north-4.myhuaweicloud.com/230328/8bc04bf0-2a38-4a2c-9a4e-a2631407cfcd.jpg",
"aiPriceAccount": 299,
"aiPriceUnit": "年",
"aiPriceMax": 9999,
"aiIntroduceConfig": [
{
"aiIntroduceConfig": "无广告无限的 AI 聊天",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "Al Internet Access (Web | 新闻 | 图片)",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "最高级的人工智能模型(GPT-4)",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "最长的答案(最多2000个字)",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "创建 AI 艺术,探索AI 模型",
"aiIntroduceConfigLogo": null
},
{
"aiIntroduceConfig": "优先访问 AI 模型",
"aiIntroduceConfigLogo": null
}
],
"aiPriceRemark": ""
}
],
"msg": "success"
}
🟢200错误
修改于 2023-06-08 08:07:06