小程序管理API
提供小程序生命周期管理的相关API接口集合。
可用API文档
- 小程序API文档 - 小程序创建、配置和发布接口
功能概述
- 小程序创建:注册新小程序
- 版本管理:上传和管理小程序版本
- 发布控制:提交审核和发布小程序
- 配置管理:修改小程序基础配置
使用示例
http
POST /api/v1/miniprograms HTTP/1.1
Content-Type: application/json
Authorization: Bearer {access_token}
{
"name": "MyMiniApp",
"description": "示例小程序",
"category": "tools"
}