- 公共功能
- 登录注册
- 工作区
- 邀请成员
- 通讯录(用户、部门、角色)
- 应用包
- 应用分组
- 应用
- 工作台
- 应用设置(表单引擎,流程引擎,拓展设置,应用发布)
- 应用展现层
- 公式
- 个人中心
- 企业管理
- 开放平台
- 官方网站
- 子管理员
- 报表
- 门户
- 购买相关
- OCR
- 代码生成
- 数据导入
- 流程测试
- 考勤
- 农业大屏
- 应用模板商城
- 应用包上线配置
- study
- 站内信
- sand测试流程测试模板
- 测试接口
- 响水大屏
- tplus
- 协办
- 费用管控
- 首页相关内容
- pm
- 水产养殖
- 应用商城
- 联系我们
- 图零后台管理
- 知识库
- doris相关
- Ai后台管理
- CRM二
- 自建应用设置
- EHR二期
- APP应用测试
- 未命名接口GET
- 数据上报GET
编辑应用商城
开发中
PUT
/appstore/update
暂无描述
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
appNum
integer
必需
apps
array
必需
category
array[integer]
分类
cover
array [object {3}]
封面
url
string
-
uid
integer
-
status
string
-
description
string
描述
gatherId
integer
应用id
id
integer
id
includeData
boolean
是否导入演示数据
industry
array[integer]
行业
intro
string
简介
onSale
boolean
是否上架
sourceGather
object
必需
background
string
必需
icon
string
必需
iconType
integer
必需
id
integer
id
linkUrl
string
必需
name
string
报表名称
sourceGatherId
integer
必需
stationId
integer
必需
status
integer
-
title
string
名称
IsDraft
boolean
是否草稿
示例
{
"appNum": 5,
"apps": [],
"category": [
20,
22,
23
],
"cover": [
{
"url": "http://obs.tolink.cloud/230216/3c594139-a20c-431e-b7c7-b8ea5f0be4a1.jpg",
"uid": 1676529633159,
"status": "success"
}
],
"description": "企业文化10企业文化10企业文化10",
"gatherId": 850,
"id": 33,
"includeData": true,
"industry": [
5,
8,
13
],
"intro": "<p>企业文化10企业文化10企业文化10企业文化10企业文化10企业文化10企业文化10</p>",
"onSale": true,
"sourceGather": {
"background": "#AEAFE8",
"icon": "tolink-clipboard-list",
"iconType": 1,
"id": 850,
"linkUrl": "",
"name": "企业文化"
},
"sourceGatherId": 850,
"stationId": 1,
"status": 6,
"title": "企业文化101",
"IsDraft": true
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.tolink.cloud/appstore/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"appNum": 5,
"apps": [],
"category": [
20,
22,
23
],
"cover": [
{
"url": "http://obs.tolink.cloud/230216/3c594139-a20c-431e-b7c7-b8ea5f0be4a1.jpg",
"uid": 1676529633159,
"status": "success"
}
],
"description": "企业文化10企业文化10企业文化10",
"gatherId": 850,
"id": 33,
"includeData": true,
"industry": [
5,
8,
13
],
"intro": "<p>企业文化10企业文化10企业文化10企业文化10企业文化10企业文化10企业文化10</p>",
"onSale": true,
"sourceGather": {
"background": "#AEAFE8",
"icon": "tolink-clipboard-list",
"iconType": 1,
"id": 850,
"linkUrl": "",
"name": "企业文化"
},
"sourceGatherId": 850,
"stationId": 1,
"status": 6,
"title": "企业文化101",
"IsDraft": true
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
🟢200错误