添加应用
POST
/api/v1/system/app/info/create请求参数
Body 参数application/json
id
integer <int64>
编号
code
string
应用编码
type
string
必需
应用类型 web:web页面 app:应用 mini:小程序
subType
string
可选
子类型 小程序(wx:微信小程序 ding:钉钉小程序) app(android,ios)
name
string
应用名称
desc
string
备注
示例
{
"id": 0,
"code": "string",
"type": "string",
"subType": "string",
"name": "string",
"desc": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (WithIDOrCode)
可选
id
integer <int64>
id
code
string
可选
示例
未设置
最后修改时间: 4 小时前