Post 发布应用
POST
/app/post请求参数
Cookie 参数
qf_token
string
用户凭证
示例值:
430b1667-b1e2-416a-aee4-20a077998672
Body 参数multipart/form-data
name
名称
示例值:
Example
downloadUrl
下载地址
示例值:
https://example.com/example.apk
iconUrl
图标地址
示例值:
https://example.com/example.png
slogan
标语
示例值:
The slogan of the example.
version
版本号
示例值:
v2.0.0
packageName
包名
示例值:
space.technet.app
description
简介
示例值:
The description of the example.
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
200
msg
string
success
data
object
数据
id
integer
AID
name
string
名称
postTime
string
发布时间
up
boolean
是否置顶
publisher
object
作者
downloadUrl
string
下载地址
iconUrl
string
图标地址
slogan
string
应用标语
version
string
版本号
packageName
string
包名
description
string
介绍
tag
object
标签
示例
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"postTime": "string",
"up": true,
"publisher": {
"id": 0,
"userName": "string",
"email": "string",
"admin": true,
"official": "string",
"introduction": "string",
"avatarUrl": "string"
},
"downloadUrl": "string",
"iconUrl": "string",
"slogan": "string",
"version": "string",
"packageName": "string",
"description": "string",
"tag": {
"id": 0,
"name": "string",
"type": 0,
"priorityLevel": 0
}
}
}
最后修改时间: 3 年前